Color Hex Logo

#c9913b Color Hex

#C9913B
(201,145,59)
0 Favorites   0 Comments

Color spaces of #c9913b

RGB 20114559
HSL0.100.570.51
HSV36°71°79°
CMYK 0.000.280.71   0.21
XYZ35.002232.98418.6594
Yxy32.98410.45670.4303
Hunter Lab57.43188.282431.2627
CIE-Lab64.148012.924152.1782

#c9913b color RGB value is (201,145,59).

#c9913b hex color red value is 201, green value is 145 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c9913b hue: 0.10 , saturation: 0.57 and the lightness value of c9913b is 0.51.

The process color (four color CMYK) of #c9913b color hex is 0.00, 0.28, 0.71, 0.21. Web safe color of #c9913b is #cc9933. Color #c9913b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010001 00111011
Octal 311 221 73
Decimal 201 145 59
Hex C9 91 3B

RGB Percentages of Color #c9913b

%49.63
%35.80
%14.57

CMYK Percentages of Color #c9913b

%0
%28
%71
%21

Triadic Colors of #c9913b

#c9913b #3bc991 #913bc9

Analogous Colors of #c9913b

#c9913b #bac93b #c94a3b

Monochromatic Colors of #c9913b

#c9913b

Complementary Color

#c9913b #3b73c9

#c9913b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9913b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9913b Color CSS Codes

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

#c9913b Text Font Color

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

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


#c9913b Background Color

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

This div background color is #c9913b


#c9913b Border Color

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

This div border color is #c9913b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9913b


Comments

No comments written yet.

Please login to write comment.