Color Hex Logo

#c9934a Color Hex

#C9934A
(201,147,74)
0 Favorites   0 Comments

Color spaces of #c9934a

RGB 20114774
HSL0.100.540.54
HSV34°63°79°
CMYK 0.000.270.63   0.21
XYZ35.757133.779411.1140
Yxy33.77940.44340.4188
Hunter Lab58.12008.108229.3463
CIE-Lab64.787112.727845.8193

#c9934a color RGB value is (201,147,74).

#c9934a hex color red value is 201, green value is 147 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c9934a hue: 0.10 , saturation: 0.54 and the lightness value of c9934a is 0.54.

The process color (four color CMYK) of #c9934a color hex is 0.00, 0.27, 0.63, 0.21. Web safe color of #c9934a is #cc9933. Color #c9934a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010011 01001010
Octal 311 223 112
Decimal 201 147 74
Hex C9 93 4A

RGB Percentages of Color #c9934a

%47.63
%34.83
%17.54

CMYK Percentages of Color #c9934a

%0
%27
%63
%21

Triadic Colors of #c9934a

#c9934a #4ac993 #934ac9

Analogous Colors of #c9934a

#c9934a #c0c94a #c9544a

Monochromatic Colors of #c9934a

#c9934a

Complementary Color

#c9934a #4a80c9

#c9934a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9934a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9934a Color CSS Codes

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

#c9934a Text Font Color

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

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


#c9934a Background Color

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

This div background color is #c9934a


#c9934a Border Color

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

This div border color is #c9934a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9934a


Comments

No comments written yet.

Please login to write comment.