#CDC887

Color #CDC887 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CDC887

Tints of Winter Hazel #CDC887

Color information

#CDC887 (or 0xCDC887) is unknown color: approx Winter Hazel. HEX triplet: CD, C8 and 87. RGB value is (205,200,135). Sum of RGB (Red+Green+Blue) = 205+200+135=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC887 is #323778. Grayscale: #C2C2C2. Windows color (decimal): -3291001 or 8898765. OLE color: 8898765.

HSL color Cylindrical-coordinate representation of color #CDC887: hue angle of 55.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDC887 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB205200135-
CMYK00.020.340.20
HSL55.71º41.18%66.67%-
HSV(B)55.71º34.15%80.39%-
XYZ50.256.0431.09-
YUV194.0894.66135.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 200 (78.52% from 255) = 37.04%
BLUE value IS 135 (53.12% from 255) = 25%
R=37.96%
G=37.04%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520013500.020.340.2055.7141.1866.67
HexCDC887022214382943
Octal3153102070242247051103
Binary110011011100100010000111010100010101001110001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC887; }

 p { color: rgb(205,200,135); }

 H1.HeaderClassName
 {
   color: #CDC887;
 }
 .AnyTagClassName
 {
   color: #CDC887;
 }
</style>
background-color css

<style>
 a { background-color: #CDC887; }

 a { background-color: rgb(205,200,135); }

 div.DivClassName
 {
   background-color: #CDC887;
 }
 .BgClassName
 {
   background-color: #CDC887;
 }
</style>
border-color css

<style>
 span { border-color: #CDC887; }

 span { border-color: rgb(205,200,135); }

 td.TdClassName
 {
   border-color: #CDC887;
 }
 .TagClassName
 {
   border-color: #CDC887;
 }
</style>