Shades of Winter Hazel #CDC187
Tints of Winter Hazel #CDC187
RGB
CMYK
RGB Variations
Color information
#CDC187 (or 0xCDC187) is known color: Winter Hazel. HEX triplet: CD, C1 and 87. RGB value is (205,193,135). Sum of RGB (Red+Green+Blue) = 205+193+135=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC187 is #323E78. Grayscale: #BEBEBE. Windows color (decimal): -3292793 or 8896973. OLE color: 8896973.
HSL color Cylindrical-coordinate representation of color #CDC187: hue angle of 49.71º 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 #CDC187 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 135 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.20 |
| HSL | 49.71º | 0.41% | 0.67% | - |
| HSV(B) | 49.71º | 0.34% | 0.8% | - |
| XYZ | 48.62 | 52.87 | 30.56 | - |
| YUV | 189.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 135 | 0 | 0.06 | 0.34 | 0.20 | 49.71 | 0.41 | 0.67 |
| Hex | CD | C1 | 87 | 0 | 6 | 22 | 14 | 32 | 29 | 43 |
| Octal | 315 | 301 | 207 | 0 | 6 | 42 | 24 | 62 | 51 | 103 |
| Binary | 11001101 | 11000001 | 10000111 | 0 | 110 | 100010 | 10100 | 110010 | 101001 | 1000011 |
Color Harmonies of #CDC187
Complementary color
Monochromatic Colors of #CDC187
Black with #CDC187
Text Example
Text Example
White with #CDC187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC187; }
p { color: rgb(205,193,135); }
H1.HeaderClassName
{
color: #CDC187;
}
.AnyTagClassName
{
color: #CDC187;
}
</style>
background-color css
<style>
a { background-color: #CDC187; }
a { background-color: rgb(205,193,135); }
div.DivClassName
{
background-color: #CDC187;
}
.BgClassName
{
background-color: #CDC187;
}
</style>
border-color css
<style>
span { border-color: #CDC187; }
span { border-color: rgb(205,193,135); }
td.TdClassName
{
border-color: #CDC187;
}
.TagClassName
{
border-color: #CDC187;
}
</style>