Shades of Winter Hazel #CCC58B
Tints of Winter Hazel #CCC58B
RGB
CMYK
RGB Variations
Color information
#CCC58B (or 0xCCC58B) is known color: Winter Hazel. HEX triplet: CC, C5 and 8B. RGB value is (204,197,139). Sum of RGB (Red+Green+Blue) = 204+197+139=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC58B is #333A74. Grayscale: #C0C0C0. Windows color (decimal): -3357301 or 9160140. OLE color: 9160140.
HSL color Cylindrical-coordinate representation of color #CCC58B: hue angle of 53.54º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCC58B is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 139 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.2 |
| HSL | 53.54º | 0.39% | 0.67% | - |
| HSV(B) | 53.54º | 0.32% | 0.8% | - |
| XYZ | 49.53 | 54.63 | 32.36 | - |
| YUV | 192.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 139 | 0 | 0.03 | 0.32 | 0.2 | 53.54 | 0.39 | 0.67 |
| Hex | CC | C5 | 8B | 0 | 3 | 20 | 14 | 36 | 27 | 43 |
| Octal | 314 | 305 | 213 | 0 | 3 | 40 | 24 | 66 | 47 | 103 |
| Binary | 11001100 | 11000101 | 10001011 | 0 | 11 | 100000 | 10100 | 110110 | 100111 | 1000011 |
Color Harmonies of #CCC58B
Complementary color
Monochromatic Colors of #CCC58B
Black with #CCC58B
Text Example
Text Example
White with #CCC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC58B; }
p { color: rgb(204,197,139); }
H1.HeaderClassName
{
color: #CCC58B;
}
.AnyTagClassName
{
color: #CCC58B;
}
</style>
background-color css
<style>
a { background-color: #CCC58B; }
a { background-color: rgb(204,197,139); }
div.DivClassName
{
background-color: #CCC58B;
}
.BgClassName
{
background-color: #CCC58B;
}
</style>
border-color css
<style>
span { border-color: #CCC58B; }
span { border-color: rgb(204,197,139); }
td.TdClassName
{
border-color: #CCC58B;
}
.TagClassName
{
border-color: #CCC58B;
}
</style>