Color Hex Logo

#cd996d Color Hex

#CD996D
(205,153,109)
0 Favorites   0 Comments

Color spaces of #cd996d

RGB 205153109
HSL0.080.490.62
HSV28°47°80°
CMYK 0.000.250.47   0.20
XYZ39.328436.865719.5110
Yxy36.86570.41090.3852
Hunter Lab60.71719.365123.4496
CIE-Lab67.176214.067630.6520

#cd996d color RGB value is (205,153,109).

#cd996d hex color red value is 205, green value is 153 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cd996d hue: 0.08 , saturation: 0.49 and the lightness value of cd996d is 0.62.

The process color (four color CMYK) of #cd996d color hex is 0.00, 0.25, 0.47, 0.20. Web safe color of #cd996d is #cc9966. Color #cd996d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011001 01101101
Octal 315 231 155
Decimal 205 153 109
Hex CD 99 6D

RGB Percentages of Color #cd996d

%43.90
%32.76
%23.34

CMYK Percentages of Color #cd996d

%0
%25
%47
%20

Triadic Colors of #cd996d

#cd996d #6dcd99 #996dcd

Analogous Colors of #cd996d

#cd996d #cdc96d #cd6d71

Monochromatic Colors of #cd996d

#cd996d

Complementary Color

#cd996d #6da1cd

#cd996d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd996d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd996d Color CSS Codes

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

#cd996d Text Font Color

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

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


#cd996d Background Color

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

This div background color is #cd996d


#cd996d Border Color

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

This div border color is #cd996d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd996d


Comments

No comments written yet.

Please login to write comment.