color codes Logo

#c9530b color codes

#C9530B
(201,83,11)
0 Favorites   0 Comments

Color spaces of #c9530b

RGB 2018311
HSL0.060.900.42
HSV23°95°79°
CMYK 0.000.590.95   0.21
XYZ27.241118.62822.4764
Yxy18.62820.56350.3853
Hunter Lab43.160437.131326.8104
CIE-Lab50.249344.101857.5578

#c9530b color RGB value is (201,83,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010011 00001011
Octal 311 123 13
Decimal 201 83 11
Hex C9 53 B

RGB Percentages of Color #c9530b

%68.14
%28.14
%3.73

CMYK Percentages of Color #c9530b

%0
%59
%95
%21

Triadic Colors of #c9530b

#c9530b #0bc953 #530bc9

Analogous Colors of #c9530b

#c9530b #c9b20b #c90b22

Monochromatic Colors of #c9530b

#c9530b

Complementary Color

#c9530b #0b81c9

#c9530b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9530b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9530b Color CSS Codes

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

#c9530b Text Font Color

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

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


#c9530b Background Color

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

This div background color is #c9530b


#c9530b Border Color

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

This div border color is #c9530b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9530b


Comments

No comments written yet.

Please login to write comment.