Shades of Winter Hazel #CDC087
Tints of Winter Hazel #CDC087
RGB
CMYK
RGB Variations
Color information
#CDC087 (or 0xCDC087) is known color: Winter Hazel. HEX triplet: CD, C0 and 87. RGB value is (205,192,135). Sum of RGB (Red+Green+Blue) = 205+192+135=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC087 is #323F78. Grayscale: #BDBDBD. Windows color (decimal): -3293049 or 8896717. OLE color: 8896717.
HSL color Cylindrical-coordinate representation of color #CDC087: hue angle of 48.86º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDC087 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 135 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.20 |
| HSL | 48.86º | 0.41% | 0.67% | - |
| HSV(B) | 48.86º | 0.34% | 0.8% | - |
| XYZ | 48.4 | 52.43 | 30.49 | - |
| YUV | 189.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 135 | 0 | 0.06 | 0.34 | 0.20 | 48.86 | 0.41 | 0.67 |
| Hex | CD | C0 | 87 | 0 | 6 | 22 | 14 | 31 | 29 | 43 |
| Octal | 315 | 300 | 207 | 0 | 6 | 42 | 24 | 61 | 51 | 103 |
| Binary | 11001101 | 11000000 | 10000111 | 0 | 110 | 100010 | 10100 | 110001 | 101001 | 1000011 |
Color Harmonies of #CDC087
Complementary color
Monochromatic Colors of #CDC087
Black with #CDC087
Text Example
Text Example
White with #CDC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC087; }
p { color: rgb(205,192,135); }
H1.HeaderClassName
{
color: #CDC087;
}
.AnyTagClassName
{
color: #CDC087;
}
</style>
background-color css
<style>
a { background-color: #CDC087; }
a { background-color: rgb(205,192,135); }
div.DivClassName
{
background-color: #CDC087;
}
.BgClassName
{
background-color: #CDC087;
}
</style>
border-color css
<style>
span { border-color: #CDC087; }
span { border-color: rgb(205,192,135); }
td.TdClassName
{
border-color: #CDC087;
}
.TagClassName
{
border-color: #CDC087;
}
</style>