Shades of Winter Hazel #CDC48A
Tints of Winter Hazel #CDC48A
RGB
CMYK
RGB Variations
Color information
#CDC48A (or 0xCDC48A) is known color: Winter Hazel. HEX triplet: CD, C4 and 8A. RGB value is (205,196,138). Sum of RGB (Red+Green+Blue) = 205+196+138=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC48A is #323B75. Grayscale: #C0C0C0. Windows color (decimal): -3292022 or 9094349. OLE color: 9094349.
HSL color Cylindrical-coordinate representation of color #CDC48A: hue angle of 51.94º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDC48A is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 138 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.20 |
| HSL | 51.94º | 0.4% | 0.67% | - |
| HSV(B) | 51.94º | 0.33% | 0.8% | - |
| XYZ | 49.5 | 54.29 | 31.92 | - |
| YUV | 192.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 138 | 0 | 0.04 | 0.33 | 0.20 | 51.94 | 0.4 | 0.67 |
| Hex | CD | C4 | 8A | 0 | 4 | 21 | 14 | 34 | 28 | 43 |
| Octal | 315 | 304 | 212 | 0 | 4 | 41 | 24 | 64 | 50 | 103 |
| Binary | 11001101 | 11000100 | 10001010 | 0 | 100 | 100001 | 10100 | 110100 | 101000 | 1000011 |
Color Harmonies of #CDC48A
Complementary color
Monochromatic Colors of #CDC48A
Black with #CDC48A
Text Example
Text Example
White with #CDC48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC48A; }
p { color: rgb(205,196,138); }
H1.HeaderClassName
{
color: #CDC48A;
}
.AnyTagClassName
{
color: #CDC48A;
}
</style>
background-color css
<style>
a { background-color: #CDC48A; }
a { background-color: rgb(205,196,138); }
div.DivClassName
{
background-color: #CDC48A;
}
.BgClassName
{
background-color: #CDC48A;
}
</style>
border-color css
<style>
span { border-color: #CDC48A; }
span { border-color: rgb(205,196,138); }
td.TdClassName
{
border-color: #CDC48A;
}
.TagClassName
{
border-color: #CDC48A;
}
</style>