#CDC886

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

Shades of Winter Hazel #CDC886

Tints of Winter Hazel #CDC886

Color information

#CDC886 (or 0xCDC886) is unknown color: approx Winter Hazel. HEX triplet: CD, C8 and 86. RGB value is (205,200,134). Sum of RGB (Red+Green+Blue) = 205+200+134=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC886 is #323779. Grayscale: #C2C2C2. Windows color (decimal): -3291002 or 8833229. OLE color: 8833229.

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

Color convert

RGB205200134-
CMYK00.020.350.20
HSL55.77º41.52%66.47%-
HSV(B)55.77º34.63%80.39%-
XYZ50.1356.0130.72-
YUV193.9794.16135.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 134 (52.73% from 255) = 24.86%
R=38.03%
G=37.11%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520013400.020.350.2055.7741.5266.47
HexCDC886022314382a42
Octal3153102060243247052102
Binary110011011100100010000110010100011101001110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC886; }

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

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

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

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

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

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

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

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