Shades of Winter Hazel #CDC581
Tints of Winter Hazel #CDC581
RGB
CMYK
RGB Variations
Color information
#CDC581 (or 0xCDC581) is known color: Winter Hazel. HEX triplet: CD, C5 and 81. RGB value is (205,197,129). Sum of RGB (Red+Green+Blue) = 205+197+129=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC581 is #323A7E. Grayscale: #BFBFBF. Windows color (decimal): -3291775 or 8504781. OLE color: 8504781.
HSL color Cylindrical-coordinate representation of color #CDC581: hue angle of 53.68º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDC581 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 129 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.20 |
| HSL | 53.68º | 0.43% | 0.65% | - |
| HSV(B) | 53.68º | 0.37% | 0.8% | - |
| XYZ | 49.11 | 54.5 | 28.7 | - |
| YUV | 191.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 129 | 0 | 0.04 | 0.37 | 0.20 | 53.68 | 0.43 | 0.65 |
| Hex | CD | C5 | 81 | 0 | 4 | 25 | 14 | 36 | 2B | 41 |
| Octal | 315 | 305 | 201 | 0 | 4 | 45 | 24 | 66 | 53 | 101 |
| Binary | 11001101 | 11000101 | 10000001 | 0 | 100 | 100101 | 10100 | 110110 | 101011 | 1000001 |
Color Harmonies of #CDC581
Complementary color
Monochromatic Colors of #CDC581
Black with #CDC581
Text Example
Text Example
White with #CDC581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC581; }
p { color: rgb(205,197,129); }
H1.HeaderClassName
{
color: #CDC581;
}
.AnyTagClassName
{
color: #CDC581;
}
</style>
background-color css
<style>
a { background-color: #CDC581; }
a { background-color: rgb(205,197,129); }
div.DivClassName
{
background-color: #CDC581;
}
.BgClassName
{
background-color: #CDC581;
}
</style>
border-color css
<style>
span { border-color: #CDC581; }
span { border-color: rgb(205,197,129); }
td.TdClassName
{
border-color: #CDC581;
}
.TagClassName
{
border-color: #CDC581;
}
</style>