Shades of Winter Hazel #CCC88A
Tints of Winter Hazel #CCC88A
RGB
CMYK
RGB Variations
Color information
#CCC88A (or 0xCCC88A) is known color: Winter Hazel. HEX triplet: CC, C8 and 8A. RGB value is (204,200,138). Sum of RGB (Red+Green+Blue) = 204+200+138=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC88A is #333775. Grayscale: #C2C2C2. Windows color (decimal): -3356534 or 9095372. OLE color: 9095372.
HSL color Cylindrical-coordinate representation of color #CCC88A: hue angle of 56.36º 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 #CCC88A is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 138 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.2 |
| HSL | 56.36º | 0.39% | 0.67% | - |
| HSV(B) | 56.36º | 0.32% | 0.8% | - |
| XYZ | 50.14 | 55.98 | 32.21 | - |
| YUV | 194.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 138 | 0 | 0.02 | 0.32 | 0.2 | 56.36 | 0.39 | 0.67 |
| Hex | CC | C8 | 8A | 0 | 2 | 20 | 14 | 38 | 27 | 43 |
| Octal | 314 | 310 | 212 | 0 | 2 | 40 | 24 | 70 | 47 | 103 |
| Binary | 11001100 | 11001000 | 10001010 | 0 | 10 | 100000 | 10100 | 111000 | 100111 | 1000011 |
Color Harmonies of #CCC88A
Complementary color
Monochromatic Colors of #CCC88A
Black with #CCC88A
Text Example
Text Example
White with #CCC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC88A; }
p { color: rgb(204,200,138); }
H1.HeaderClassName
{
color: #CCC88A;
}
.AnyTagClassName
{
color: #CCC88A;
}
</style>
background-color css
<style>
a { background-color: #CCC88A; }
a { background-color: rgb(204,200,138); }
div.DivClassName
{
background-color: #CCC88A;
}
.BgClassName
{
background-color: #CCC88A;
}
</style>
border-color css
<style>
span { border-color: #CCC88A; }
span { border-color: rgb(204,200,138); }
td.TdClassName
{
border-color: #CCC88A;
}
.TagClassName
{
border-color: #CCC88A;
}
</style>