Shades of Winter Hazel #CDC685
Tints of Winter Hazel #CDC685
RGB
CMYK
RGB Variations
Color information
#CDC685 (or 0xCDC685) is known color: Winter Hazel. HEX triplet: CD, C6 and 85. RGB value is (205,198,133). Sum of RGB (Red+Green+Blue) = 205+198+133=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC685 is #32397A. Grayscale: #C0C0C0. Windows color (decimal): -3291515 or 8767181. OLE color: 8767181.
HSL color Cylindrical-coordinate representation of color #CDC685: hue angle of 54.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDC685 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 133 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.20 |
| HSL | 54.17º | 0.42% | 0.66% | - |
| HSV(B) | 54.17º | 0.35% | 0.8% | - |
| XYZ | 49.6 | 55.06 | 30.2 | - |
| YUV | 192.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 133 | 0 | 0.03 | 0.35 | 0.20 | 54.17 | 0.42 | 0.66 |
| Hex | CD | C6 | 85 | 0 | 3 | 23 | 14 | 36 | 2A | 42 |
| Octal | 315 | 306 | 205 | 0 | 3 | 43 | 24 | 66 | 52 | 102 |
| Binary | 11001101 | 11000110 | 10000101 | 0 | 11 | 100011 | 10100 | 110110 | 101010 | 1000010 |
Color Harmonies of #CDC685
Complementary color
Monochromatic Colors of #CDC685
Black with #CDC685
Text Example
Text Example
White with #CDC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC685; }
p { color: rgb(205,198,133); }
H1.HeaderClassName
{
color: #CDC685;
}
.AnyTagClassName
{
color: #CDC685;
}
</style>
background-color css
<style>
a { background-color: #CDC685; }
a { background-color: rgb(205,198,133); }
div.DivClassName
{
background-color: #CDC685;
}
.BgClassName
{
background-color: #CDC685;
}
</style>
border-color css
<style>
span { border-color: #CDC685; }
span { border-color: rgb(205,198,133); }
td.TdClassName
{
border-color: #CDC685;
}
.TagClassName
{
border-color: #CDC685;
}
</style>