Shades of Winter Hazel #CDC692
Tints of Winter Hazel #CDC692
RGB
CMYK
RGB Variations
Color information
#CDC692 (or 0xCDC692) is known color: Winter Hazel. HEX triplet: CD, C6 and 92. RGB value is (205,198,146). Sum of RGB (Red+Green+Blue) = 205+198+146=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC692 is #32396D. Grayscale: #C2C2C2. Windows color (decimal): -3291502 or 9619149. OLE color: 9619149.
HSL color Cylindrical-coordinate representation of color #CDC692: hue angle of 52.88º 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 #CDC692 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 146 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.20 |
| HSL | 52.88º | 0.37% | 0.69% | - |
| HSV(B) | 52.88º | 0.29% | 0.8% | - |
| XYZ | 50.56 | 55.44 | 35.23 | - |
| YUV | 194.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 146 | 0 | 0.03 | 0.29 | 0.20 | 52.88 | 0.37 | 0.69 |
| Hex | CD | C6 | 92 | 0 | 3 | 1D | 14 | 35 | 25 | 45 |
| Octal | 315 | 306 | 222 | 0 | 3 | 35 | 24 | 65 | 45 | 105 |
| Binary | 11001101 | 11000110 | 10010010 | 0 | 11 | 11101 | 10100 | 110101 | 100101 | 1000101 |
Color Harmonies of #CDC692
Complementary color
Monochromatic Colors of #CDC692
Black with #CDC692
Text Example
Text Example
White with #CDC692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC692; }
p { color: rgb(205,198,146); }
H1.HeaderClassName
{
color: #CDC692;
}
.AnyTagClassName
{
color: #CDC692;
}
</style>
background-color css
<style>
a { background-color: #CDC692; }
a { background-color: rgb(205,198,146); }
div.DivClassName
{
background-color: #CDC692;
}
.BgClassName
{
background-color: #CDC692;
}
</style>
border-color css
<style>
span { border-color: #CDC692; }
span { border-color: rgb(205,198,146); }
td.TdClassName
{
border-color: #CDC692;
}
.TagClassName
{
border-color: #CDC692;
}
</style>