Shades of Winter Hazel #CDC084
Tints of Winter Hazel #CDC084
RGB
CMYK
RGB Variations
Color information
#CDC084 (or 0xCDC084) is known color: 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
| RGB | 205 | 192 | 132 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.20 |
| HSL | 49.32º | 0.42% | 0.66% | - |
| HSV(B) | 49.32º | 0.36% | 0.8% | - |
| XYZ | 48.19 | 52.34 | 29.39 | - |
| YUV | 189.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 132 | 0 | 0.06 | 0.36 | 0.20 | 49.32 | 0.42 | 0.66 |
| Hex | CD | C0 | 84 | 0 | 6 | 24 | 14 | 31 | 2A | 42 |
| Octal | 315 | 300 | 204 | 0 | 6 | 44 | 24 | 61 | 52 | 102 |
| Binary | 11001101 | 11000000 | 10000100 | 0 | 110 | 100100 | 10100 | 110001 | 101010 | 1000010 |
Color Harmonies of #CDC084
Complementary color
Monochromatic Colors of #CDC084
Black with #CDC084
Text Example
Text Example
White with #CDC084
Text Example
Text Example
HTML Codes & Css Web 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>