#CDC386

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

Shades of Winter Hazel #CDC386

Tints of Winter Hazel #CDC386

Color information

#CDC386 (or 0xCDC386) is unknown color: approx Winter Hazel. HEX triplet: CD, C3 and 86. RGB value is (205,195,134). Sum of RGB (Red+Green+Blue) = 205+195+134=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC386 is #323C79. Grayscale: #BFBFBF. Windows color (decimal): -3292282 or 8831949. OLE color: 8831949.

HSL color Cylindrical-coordinate representation of color #CDC386: hue angle of 51.55º 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 #CDC386 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205195134-
CMYK00.050.350.20
HSL51.55º41.52%66.47%-
HSV(B)51.55º34.63%80.39%-
XYZ4953.7330.34-
YUV191.0495.81137.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 134 (52.73% from 255) = 25.09%
R=38.39%
G=36.52%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519513400.050.350.2051.5541.5266.47
HexCDC386052314342a42
Octal3153032060543246452102
Binary1100110111000011100001100101100011101001101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC386; }

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

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

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

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

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

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

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

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