Color Hex Logo

#c9953c Color Hex

#C9953C
(201,149,60)
0 Favorites   0 Comments

Color spaces of #c9953c

RGB 20114960
HSL0.110.570.51
HSV38°70°79°
CMYK 0.000.260.70   0.21
XYZ35.650534.23869.0047
Yxy34.23860.45190.4340
Hunter Lab58.51386.355131.8355
CIE-Lab65.151510.797952.7800

#c9953c color RGB value is (201,149,60).

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

The process color (four color CMYK) of #c9953c color hex is 0.00, 0.26, 0.70, 0.21. Web safe color of #c9953c is #cc9933. Color #c9953c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010101 00111100
Octal 311 225 74
Decimal 201 149 60
Hex C9 95 3C

RGB Percentages of Color #c9953c

%49.02
%36.34
%14.63

CMYK Percentages of Color #c9953c

%0
%26
%70
%21

Triadic Colors of #c9953c

#c9953c #3cc995 #953cc9

Analogous Colors of #c9953c

#c9953c #b7c93c #c94f3c

Monochromatic Colors of #c9953c

#c9953c

Complementary Color

#c9953c #3c70c9

#c9953c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9953c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9953c Color CSS Codes

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

#c9953c Text Font Color

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

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


#c9953c Background Color

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

This div background color is #c9953c


#c9953c Border Color

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

This div border color is #c9953c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9953c


Comments

No comments written yet.

Please login to write comment.