color codes Logo

#c9995d color codes

#C9995D
(201,153,93)
0 Favorites   0 Comments

Color spaces of #c9995d

RGB 20115393
HSL0.090.500.58
HSV33°54°79°
CMYK 0.000.240.54   0.21
XYZ37.454435.990315.3287
Yxy35.99030.42190.4054
Hunter Lab59.99196.456026.8450
CIE-Lab66.512510.913738.2202

#c9995d color RGB value is (201,153,93).

#c9995d hex color red value is 201, green value is 153 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c9995d hue: 0.09 , saturation: 0.50 and the lightness value of c9995d is 0.58.

The process color (four color CMYK) of #c9995d color code is 0.00, 0.24, 0.54, 0.21. Web safe color of #c9995d is #cc9966. Color #c9995d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 01011101
Octal 311 231 135
Decimal 201 153 93
Hex C9 99 5D

RGB Percentages of Color #c9995d

%44.97
%34.23
%20.81

CMYK Percentages of Color #c9995d

%0
%24
%54
%21

Triadic Colors of #c9995d

#c9995d #5dc999 #995dc9

Analogous Colors of #c9995d

#c9995d #c3c95d #c9635d

Monochromatic Colors of #c9995d

#c9995d

Complementary Color

#c9995d #5d8dc9

#c9995d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9995d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9995d Color CSS Codes

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

#c9995d Text Font Color

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

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


#c9995d Background Color

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

This div background color is #c9995d


#c9995d Border Color

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

This div border color is #c9995d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9995d

#c9995d Color Palettes


Comments

No comments written yet.

Please login to write comment.