Color Hex Logo

#c9820b Color Hex

#C9820B
(201,130,11)
0 Favorites   0 Comments

Color spaces of #c9820b

RGB 20113011
HSL0.100.900.42
HSV38°95°79°
CMYK 0.000.350.95   0.21
XYZ32.130428.40694.1062
Yxy28.40690.49700.4394
Hunter Lab53.298114.335832.7409
CIE-Lab60.254619.623864.4042

#c9820b color RGB value is (201,130,11).

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

The process color (four color CMYK) of #c9820b color hex is 0.00, 0.35, 0.95, 0.21. Web safe color of #c9820b is #cc9900. Color #c9820b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000010 00001011
Octal 311 202 13
Decimal 201 130 11
Hex C9 82 B

RGB Percentages of Color #c9820b

%58.77
%38.01
%3.22

CMYK Percentages of Color #c9820b

%0
%35
%95
%21

Triadic Colors of #c9820b

#c9820b #0bc982 #820bc9

Analogous Colors of #c9820b

#c9820b #b1c90b #c9230b

Monochromatic Colors of #c9820b

#c9820b

Complementary Color

#c9820b #0b52c9

#c9820b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9820b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9820b Color CSS Codes

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

#c9820b Text Font Color

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

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


#c9820b Background Color

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

This div background color is #c9820b


#c9820b Border Color

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

This div border color is #c9820b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9820b


Comments

No comments written yet.

Please login to write comment.