color codes Logo

#c9560b color codes

#C9560B
(201,86,11)
0 Favorites   0 Comments

Color spaces of #c9560b

RGB 2018611
HSL0.070.900.42
HSV24°95°79°
CMYK 0.000.570.95   0.21
XYZ27.475619.09722.5546
Yxy19.09720.55930.3887
Hunter Lab43.700335.752227.1243
CIE-Lab50.800742.668457.9181

#c9560b color RGB value is (201,86,11).

#c9560b hex color red value is 201, green value is 86 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c9560b hue: 0.07 , saturation: 0.90 and the lightness value of c9560b is 0.42.

The process color (four color CMYK) of #c9560b color code is 0.00, 0.57, 0.95, 0.21. Web safe color of #c9560b is #cc6600. Color #c9560b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010110 00001011
Octal 311 126 13
Decimal 201 86 11
Hex C9 56 B

RGB Percentages of Color #c9560b

%67.45
%28.86
%3.69

CMYK Percentages of Color #c9560b

%0
%57
%95
%21

Triadic Colors of #c9560b

#c9560b #0bc956 #560bc9

Analogous Colors of #c9560b

#c9560b #c9b50b #c90b1f

Monochromatic Colors of #c9560b

#c9560b

Complementary Color

#c9560b #0b7ec9

#c9560b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9560b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9560b Color CSS Codes

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

#c9560b Text Font Color

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

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


#c9560b Background Color

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

This div background color is #c9560b


#c9560b Border Color

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

This div border color is #c9560b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,86,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9560b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9560b;
  -webkit-box-shadow: 1px 1px 3px 2px #c9560b;
  box-shadow:         1px 1px 3px 2px #c9560b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,86,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9560b


Comments

No comments written yet.

Please login to write comment.