Shades of Deco #CCC992
Tints of Deco #CCC992
RGB
CMYK
RGB Variations
Color information
#CCC992 (or 0xCCC992) is known color: Deco. HEX triplet: CC, C9 and 92. RGB value is (204,201,146). Sum of RGB (Red+Green+Blue) = 204+201+146=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC992 is #33366D. Grayscale: #C3C3C3. Windows color (decimal): -3356270 or 9619916. OLE color: 9619916.
HSL color Cylindrical-coordinate representation of color #CCC992: hue angle of 56.9º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCC992 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 146 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.2 |
| HSL | 56.9º | 0.36% | 0.69% | - |
| HSV(B) | 56.9º | 0.28% | 0.8% | - |
| XYZ | 50.98 | 56.69 | 35.45 | - |
| YUV | 195.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 146 | 0 | 0.01 | 0.28 | 0.2 | 56.9 | 0.36 | 0.69 |
| Hex | CC | C9 | 92 | 0 | 1 | 1C | 14 | 39 | 24 | 45 |
| Octal | 314 | 311 | 222 | 0 | 1 | 34 | 24 | 71 | 44 | 105 |
| Binary | 11001100 | 11001001 | 10010010 | 0 | 1 | 11100 | 10100 | 111001 | 100100 | 1000101 |
Color Harmonies of #CCC992
Complementary color
Monochromatic Colors of #CCC992
Black with #CCC992
Text Example
Text Example
White with #CCC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC992; }
p { color: rgb(204,201,146); }
H1.HeaderClassName
{
color: #CCC992;
}
.AnyTagClassName
{
color: #CCC992;
}
</style>
background-color css
<style>
a { background-color: #CCC992; }
a { background-color: rgb(204,201,146); }
div.DivClassName
{
background-color: #CCC992;
}
.BgClassName
{
background-color: #CCC992;
}
</style>
border-color css
<style>
span { border-color: #CCC992; }
span { border-color: rgb(204,201,146); }
td.TdClassName
{
border-color: #CCC992;
}
.TagClassName
{
border-color: #CCC992;
}
</style>