#CDC084

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

Shades of Winter Hazel #CDC084

Tints of Winter Hazel #CDC084

Color information

#CDC084 (or 0xCDC084) is unknown color: approx Winter Hazel. HEX triplet: CD, C0 and 84. RGB value is (205,192,132). Sum of RGB (Red+Green+Blue) = 205+192+132=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC084 is #323F7B. Grayscale: #BDBDBD. Windows color (decimal): -3293052 or 8700109. OLE color: 8700109.

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

Color convert

RGB205192132-
CMYK00.060.360.20
HSL49.32º42.2%66.08%-
HSV(B)49.32º35.61%80.39%-
XYZ48.1952.3429.39-
YUV189.0595.81139.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 132 (51.95% from 255) = 24.95%
R=38.75%
G=36.29%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519213200.060.360.2049.3242.266.08
HexCDC084062414312a42
Octal3153002040644246152102
Binary1100110111000000100001000110100100101001100011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC084; }

 p { color: rgb(205,192,132); }

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

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

 a { background-color: rgb(205,192,132); }

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

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

 span { border-color: rgb(205,192,132); }

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