#CDC686

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

Shades of Winter Hazel #CDC686

Tints of Winter Hazel #CDC686

Color information

#CDC686 (or 0xCDC686) is unknown color: approx Winter Hazel. HEX triplet: CD, C6 and 86. RGB value is (205,198,134). Sum of RGB (Red+Green+Blue) = 205+198+134=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC686 is #323979. Grayscale: #C1C1C1. Windows color (decimal): -3291514 or 8832717. OLE color: 8832717.

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

Color convert

RGB205198134-
CMYK00.030.350.20
HSL54.08º41.52%66.47%-
HSV(B)54.08º34.63%80.39%-
XYZ49.6755.0930.57-
YUV192.894.82136.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 134 (52.73% from 255) = 24.95%
R=38.18%
G=36.87%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519813400.030.350.2054.0841.5266.47
HexCDC686032314362a42
Octal3153062060343246652102
Binary110011011100011010000110011100011101001101101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC686; }

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

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

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

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

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

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

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

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