Color Hex Logo

#c6550a Color Hex

#C6550A
(198,85,10)
0 Favorites   0 Comments

Color spaces of #c6550a

RGB 1988510
HSL0.070.900.41
HSV24°95°78°
CMYK 0.000.570.95   0.22
XYZ26.592018.52472.4612
Yxy18.52470.55890.3894
Hunter Lab43.040334.963726.7378
CIE-Lab50.126441.992257.4620

#c6550a color RGB value is (198,85,10).

#c6550a hex color red value is 198, green value is 85 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c6550a hue: 0.07 , saturation: 0.90 and the lightness value of c6550a is 0.41.

The process color (four color CMYK) of #c6550a color hex is 0.00, 0.57, 0.95, 0.22. Web safe color of #c6550a is #cc6600. Color #c6550a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010101 00001010
Octal 306 125 12
Decimal 198 85 10
Hex C6 55 A

RGB Percentages of Color #c6550a

%67.58
%29.01
%3.41

CMYK Percentages of Color #c6550a

%0
%57
%95
%22

Triadic Colors of #c6550a

#c6550a #0ac655 #550ac6

Analogous Colors of #c6550a

#c6550a #c6b30a #c60a1d

Monochromatic Colors of #c6550a

#c6550a

Complementary Color

#c6550a #0a7bc6

#c6550a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6550a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6550a Color CSS Codes

.mybgcolor {background-color:#c6550a; } 
.myforecolor {color:#c6550a; }
.mybordercolor {border:3px solid #c6550a; }

#c6550a Text Font Color

<p style="color:#c6550a">Text here</p>

This sample text font color is #c6550a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6550a Background Color

<div style="background-color:#c6550a">
Div content here</div>

This div background color is #c6550a


#c6550a Border Color

<div style="border:3px solid #c6550a">
Div here</div>

This div border color is #c6550a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,85,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6550a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6550a;
  -webkit-box-shadow: 1px 1px 3px 2px #c6550a;
  box-shadow:         1px 1px 3px 2px #c6550a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,85,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6550a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6550a;
  -webkit-box-shadow: 1px 1px 3px 2px #c6550a;
  box-shadow:         1px 1px 3px 2px #c6550a;">
Div content here</div>

This div box has shadow with color #c6550a


Comments

No comments written yet.

Please login to write comment.