Shades of Winter Hazel #CCC68A
Tints of Winter Hazel #CCC68A
RGB
CMYK
RGB Variations
Color information
#CCC68A (or 0xCCC68A) is known color: Winter Hazel. HEX triplet: CC, C6 and 8A. RGB value is (204,198,138). Sum of RGB (Red+Green+Blue) = 204+198+138=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC68A is #333975. Grayscale: #C1C1C1. Windows color (decimal): -3357046 or 9094860. OLE color: 9094860.
HSL color Cylindrical-coordinate representation of color #CCC68A: hue angle of 54.55º 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 #CCC68A is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 138 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.2 |
| HSL | 54.55º | 0.39% | 0.67% | - |
| HSV(B) | 54.55º | 0.32% | 0.8% | - |
| XYZ | 49.68 | 55.06 | 32.05 | - |
| YUV | 192.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 138 | 0 | 0.03 | 0.32 | 0.2 | 54.55 | 0.39 | 0.67 |
| Hex | CC | C6 | 8A | 0 | 3 | 20 | 14 | 37 | 27 | 43 |
| Octal | 314 | 306 | 212 | 0 | 3 | 40 | 24 | 67 | 47 | 103 |
| Binary | 11001100 | 11000110 | 10001010 | 0 | 11 | 100000 | 10100 | 110111 | 100111 | 1000011 |
Color Harmonies of #CCC68A
Complementary color
Monochromatic Colors of #CCC68A
Black with #CCC68A
Text Example
Text Example
White with #CCC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC68A; }
p { color: rgb(204,198,138); }
H1.HeaderClassName
{
color: #CCC68A;
}
.AnyTagClassName
{
color: #CCC68A;
}
</style>
background-color css
<style>
a { background-color: #CCC68A; }
a { background-color: rgb(204,198,138); }
div.DivClassName
{
background-color: #CCC68A;
}
.BgClassName
{
background-color: #CCC68A;
}
</style>
border-color css
<style>
span { border-color: #CCC68A; }
span { border-color: rgb(204,198,138); }
td.TdClassName
{
border-color: #CCC68A;
}
.TagClassName
{
border-color: #CCC68A;
}
</style>