Shades of Winter Hazel #CDC790
Tints of Winter Hazel #CDC790
RGB
CMYK
RGB Variations
Color information
#CDC790 (or 0xCDC790) is known color: Winter Hazel. HEX triplet: CD, C7 and 90. RGB value is (205,199,144). Sum of RGB (Red+Green+Blue) = 205+199+144=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC790 is #32386F. Grayscale: #C2C2C2. Windows color (decimal): -3291248 or 9488333. OLE color: 9488333.
HSL color Cylindrical-coordinate representation of color #CDC790: hue angle of 54.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDC790 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 144 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.20 |
| HSL | 54.1º | 0.38% | 0.68% | - |
| HSV(B) | 54.1º | 0.3% | 0.8% | - |
| XYZ | 50.63 | 55.84 | 34.49 | - |
| YUV | 194.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 144 | 0 | 0.03 | 0.30 | 0.20 | 54.1 | 0.38 | 0.68 |
| Hex | CD | C7 | 90 | 0 | 3 | 1E | 14 | 36 | 26 | 44 |
| Octal | 315 | 307 | 220 | 0 | 3 | 36 | 24 | 66 | 46 | 104 |
| Binary | 11001101 | 11000111 | 10010000 | 0 | 11 | 11110 | 10100 | 110110 | 100110 | 1000100 |
Color Harmonies of #CDC790
Complementary color
Monochromatic Colors of #CDC790
Black with #CDC790
Text Example
Text Example
White with #CDC790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC790; }
p { color: rgb(205,199,144); }
H1.HeaderClassName
{
color: #CDC790;
}
.AnyTagClassName
{
color: #CDC790;
}
</style>
background-color css
<style>
a { background-color: #CDC790; }
a { background-color: rgb(205,199,144); }
div.DivClassName
{
background-color: #CDC790;
}
.BgClassName
{
background-color: #CDC790;
}
</style>
border-color css
<style>
span { border-color: #CDC790; }
span { border-color: rgb(205,199,144); }
td.TdClassName
{
border-color: #CDC790;
}
.TagClassName
{
border-color: #CDC790;
}
</style>