Shades of Winter Hazel #CCC68B
Tints of Winter Hazel #CCC68B
RGB
CMYK
RGB Variations
Color information
#CCC68B (or 0xCCC68B) is known color: Winter Hazel. HEX triplet: CC, C6 and 8B. RGB value is (204,198,139). Sum of RGB (Red+Green+Blue) = 204+198+139=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC68B is #333974. Grayscale: #C1C1C1. Windows color (decimal): -3357045 or 9160396. OLE color: 9160396.
HSL color Cylindrical-coordinate representation of color #CCC68B: hue angle of 54.46º 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 #CCC68B is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 139 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.2 |
| HSL | 54.46º | 0.39% | 0.67% | - |
| HSV(B) | 54.46º | 0.32% | 0.8% | - |
| XYZ | 49.76 | 55.09 | 32.44 | - |
| YUV | 193.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 139 | 0 | 0.03 | 0.32 | 0.2 | 54.46 | 0.39 | 0.67 |
| Hex | CC | C6 | 8B | 0 | 3 | 20 | 14 | 36 | 27 | 43 |
| Octal | 314 | 306 | 213 | 0 | 3 | 40 | 24 | 66 | 47 | 103 |
| Binary | 11001100 | 11000110 | 10001011 | 0 | 11 | 100000 | 10100 | 110110 | 100111 | 1000011 |
Color Harmonies of #CCC68B
Complementary color
Monochromatic Colors of #CCC68B
Black with #CCC68B
Text Example
Text Example
White with #CCC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC68B; }
p { color: rgb(204,198,139); }
H1.HeaderClassName
{
color: #CCC68B;
}
.AnyTagClassName
{
color: #CCC68B;
}
</style>
background-color css
<style>
a { background-color: #CCC68B; }
a { background-color: rgb(204,198,139); }
div.DivClassName
{
background-color: #CCC68B;
}
.BgClassName
{
background-color: #CCC68B;
}
</style>
border-color css
<style>
span { border-color: #CCC68B; }
span { border-color: rgb(204,198,139); }
td.TdClassName
{
border-color: #CCC68B;
}
.TagClassName
{
border-color: #CCC68B;
}
</style>