color codes Logo

#c6540a color codes

#C6540A
(198,84,10)
0 Favorites   0 Comments

Color spaces of #c6540a

RGB 1988410
HSL0.070.900.41
HSV24°95°78°
CMYK 0.000.580.95   0.22
XYZ26.513818.36832.4352
Yxy18.36830.56030.3882
Hunter Lab42.858335.425226.6319
CIE-Lab49.939842.475857.3401

#c6540a color RGB value is (198,84,10).

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

The process color (four color CMYK) of #c6540a color code is 0.00, 0.58, 0.95, 0.22. Web safe color of #c6540a is #cc6600. Color #c6540a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010100 00001010
Octal 306 124 12
Decimal 198 84 10
Hex C6 54 A

RGB Percentages of Color #c6540a

%67.81
%28.77
%3.42

CMYK Percentages of Color #c6540a

%0
%58
%95
%22

Triadic Colors of #c6540a

#c6540a #0ac654 #540ac6

Analogous Colors of #c6540a

#c6540a #c6b20a #c60a1e

Monochromatic Colors of #c6540a

#c6540a

Complementary Color

#c6540a #0a7cc6

#c6540a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6540a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6540a Color CSS Codes

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

#c6540a Text Font Color

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

This sample text font color is #c6540a
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.


#c6540a Background Color

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

This div background color is #c6540a


#c6540a Border Color

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

This div border color is #c6540a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,84,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 #c6540a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6540a


Comments

No comments written yet.

Please login to write comment.