Shades of Deco #CCC97C
Tints of Deco #CCC97C
RGB
CMYK
RGB Variations
Color information
#CCC97C (or 0xCCC97C) is known color: Deco. HEX triplet: CC, C9 and 7C. RGB value is (204,201,124). Sum of RGB (Red+Green+Blue) = 204+201+124=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC97C is #333683. Grayscale: #C1C1C1. Windows color (decimal): -3356292 or 8178124. OLE color: 8178124.
HSL color Cylindrical-coordinate representation of color #CCC97C: hue angle of 57.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCC97C is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 124 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.2 |
| HSL | 57.75º | 0.44% | 0.64% | - |
| HSV(B) | 57.75º | 0.39% | 0.8% | - |
| XYZ | 49.43 | 56.07 | 27.29 | - |
| YUV | 193.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 124 | 0 | 0.01 | 0.39 | 0.2 | 57.75 | 0.44 | 0.64 |
| Hex | CC | C9 | 7C | 0 | 1 | 27 | 14 | 3A | 2C | 40 |
| Octal | 314 | 311 | 174 | 0 | 1 | 47 | 24 | 72 | 54 | 100 |
| Binary | 11001100 | 11001001 | 1111100 | 0 | 1 | 100111 | 10100 | 111010 | 101100 | 1000000 |
Color Harmonies of #CCC97C
Complementary color
Monochromatic Colors of #CCC97C
Black with #CCC97C
Text Example
Text Example
White with #CCC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC97C; }
p { color: rgb(204,201,124); }
H1.HeaderClassName
{
color: #CCC97C;
}
.AnyTagClassName
{
color: #CCC97C;
}
</style>
background-color css
<style>
a { background-color: #CCC97C; }
a { background-color: rgb(204,201,124); }
div.DivClassName
{
background-color: #CCC97C;
}
.BgClassName
{
background-color: #CCC97C;
}
</style>
border-color css
<style>
span { border-color: #CCC97C; }
span { border-color: rgb(204,201,124); }
td.TdClassName
{
border-color: #CCC97C;
}
.TagClassName
{
border-color: #CCC97C;
}
</style>