Shades of Winter Hazel #CDC293
Tints of Winter Hazel #CDC293
RGB
CMYK
RGB Variations
Color information
#CDC293 (or 0xCDC293) is known color: Winter Hazel. HEX triplet: CD, C2 and 93. RGB value is (205,194,147). Sum of RGB (Red+Green+Blue) = 205+194+147=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC293 is #323D6C. Grayscale: #C0C0C0. Windows color (decimal): -3292525 or 9683661. OLE color: 9683661.
HSL color Cylindrical-coordinate representation of color #CDC293: hue angle of 48.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDC293 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 147 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.20 |
| HSL | 48.62º | 0.37% | 0.69% | - |
| HSV(B) | 48.62º | 0.28% | 0.8% | - |
| XYZ | 49.74 | 53.67 | 35.34 | - |
| YUV | 191.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 147 | 0 | 0.05 | 0.28 | 0.20 | 48.62 | 0.37 | 0.69 |
| Hex | CD | C2 | 93 | 0 | 5 | 1C | 14 | 31 | 25 | 45 |
| Octal | 315 | 302 | 223 | 0 | 5 | 34 | 24 | 61 | 45 | 105 |
| Binary | 11001101 | 11000010 | 10010011 | 0 | 101 | 11100 | 10100 | 110001 | 100101 | 1000101 |
Color Harmonies of #CDC293
Complementary color
Monochromatic Colors of #CDC293
Black with #CDC293
Text Example
Text Example
White with #CDC293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC293; }
p { color: rgb(205,194,147); }
H1.HeaderClassName
{
color: #CDC293;
}
.AnyTagClassName
{
color: #CDC293;
}
</style>
background-color css
<style>
a { background-color: #CDC293; }
a { background-color: rgb(205,194,147); }
div.DivClassName
{
background-color: #CDC293;
}
.BgClassName
{
background-color: #CDC293;
}
</style>
border-color css
<style>
span { border-color: #CDC293; }
span { border-color: rgb(205,194,147); }
td.TdClassName
{
border-color: #CDC293;
}
.TagClassName
{
border-color: #CDC293;
}
</style>