Shades of Winter Hazel #CDC792
Tints of Winter Hazel #CDC792
RGB
CMYK
RGB Variations
Color information
#CDC792 (or 0xCDC792) is known color: Winter Hazel. HEX triplet: CD, C7 and 92. RGB value is (205,199,146). Sum of RGB (Red+Green+Blue) = 205+199+146=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC792 is #32386D. Grayscale: #C2C2C2. Windows color (decimal): -3291246 or 9619405. OLE color: 9619405.
HSL color Cylindrical-coordinate representation of color #CDC792: hue angle of 53.9º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDC792 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 146 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.20 |
| HSL | 53.9º | 0.37% | 0.69% | - |
| HSV(B) | 53.9º | 0.29% | 0.8% | - |
| XYZ | 50.79 | 55.9 | 35.31 | - |
| YUV | 194.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 146 | 0 | 0.03 | 0.29 | 0.20 | 53.9 | 0.37 | 0.69 |
| Hex | CD | C7 | 92 | 0 | 3 | 1D | 14 | 36 | 25 | 45 |
| Octal | 315 | 307 | 222 | 0 | 3 | 35 | 24 | 66 | 45 | 105 |
| Binary | 11001101 | 11000111 | 10010010 | 0 | 11 | 11101 | 10100 | 110110 | 100101 | 1000101 |
Color Harmonies of #CDC792
Complementary color
Monochromatic Colors of #CDC792
Black with #CDC792
Text Example
Text Example
White with #CDC792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC792; }
p { color: rgb(205,199,146); }
H1.HeaderClassName
{
color: #CDC792;
}
.AnyTagClassName
{
color: #CDC792;
}
</style>
background-color css
<style>
a { background-color: #CDC792; }
a { background-color: rgb(205,199,146); }
div.DivClassName
{
background-color: #CDC792;
}
.BgClassName
{
background-color: #CDC792;
}
</style>
border-color css
<style>
span { border-color: #CDC792; }
span { border-color: rgb(205,199,146); }
td.TdClassName
{
border-color: #CDC792;
}
.TagClassName
{
border-color: #CDC792;
}
</style>