Shades of Winter Hazel #CDC578
Tints of Winter Hazel #CDC578
RGB
CMYK
RGB Variations
Color information
#CDC578 (or 0xCDC578) is known color: Winter Hazel. HEX triplet: CD, C5 and 78. RGB value is (205,197,120). Sum of RGB (Red+Green+Blue) = 205+197+120=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC578 is #323A87. Grayscale: #BEBEBE. Windows color (decimal): -3291784 or 7914957. OLE color: 7914957.
HSL color Cylindrical-coordinate representation of color #CDC578: hue angle of 54.35º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDC578 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 120 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.20 |
| HSL | 54.35º | 0.46% | 0.64% | - |
| HSV(B) | 54.35º | 0.41% | 0.8% | - |
| XYZ | 48.53 | 54.27 | 25.69 | - |
| YUV | 190.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 120 | 0 | 0.04 | 0.41 | 0.20 | 54.35 | 0.46 | 0.64 |
| Hex | CD | C5 | 78 | 0 | 4 | 29 | 14 | 36 | 2E | 40 |
| Octal | 315 | 305 | 170 | 0 | 4 | 51 | 24 | 66 | 56 | 100 |
| Binary | 11001101 | 11000101 | 1111000 | 0 | 100 | 101001 | 10100 | 110110 | 101110 | 1000000 |
Color Harmonies of #CDC578
Complementary color
Monochromatic Colors of #CDC578
Black with #CDC578
Text Example
Text Example
White with #CDC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC578; }
p { color: rgb(205,197,120); }
H1.HeaderClassName
{
color: #CDC578;
}
.AnyTagClassName
{
color: #CDC578;
}
</style>
background-color css
<style>
a { background-color: #CDC578; }
a { background-color: rgb(205,197,120); }
div.DivClassName
{
background-color: #CDC578;
}
.BgClassName
{
background-color: #CDC578;
}
</style>
border-color css
<style>
span { border-color: #CDC578; }
span { border-color: rgb(205,197,120); }
td.TdClassName
{
border-color: #CDC578;
}
.TagClassName
{
border-color: #CDC578;
}
</style>