Shades of Deco #CCC97B
Tints of Deco #CCC97B
RGB
CMYK
RGB Variations
Color information
#CCC97B (or 0xCCC97B) is known color: Deco. HEX triplet: CC, C9 and 7B. RGB value is (204,201,123). Sum of RGB (Red+Green+Blue) = 204+201+123=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC97B is #333684. Grayscale: #C1C1C1. Windows color (decimal): -3356293 or 8112588. OLE color: 8112588.
HSL color Cylindrical-coordinate representation of color #CCC97B: hue angle of 57.78º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCC97B is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 123 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.2 |
| HSL | 57.78º | 0.44% | 0.64% | - |
| HSV(B) | 57.78º | 0.4% | 0.8% | - |
| XYZ | 49.36 | 56.04 | 26.95 | - |
| YUV | 193.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 123 | 0 | 0.01 | 0.40 | 0.2 | 57.78 | 0.44 | 0.64 |
| Hex | CC | C9 | 7B | 0 | 1 | 28 | 14 | 3A | 2C | 40 |
| Octal | 314 | 311 | 173 | 0 | 1 | 50 | 24 | 72 | 54 | 100 |
| Binary | 11001100 | 11001001 | 1111011 | 0 | 1 | 101000 | 10100 | 111010 | 101100 | 1000000 |
Color Harmonies of #CCC97B
Complementary color
Monochromatic Colors of #CCC97B
Black with #CCC97B
Text Example
Text Example
White with #CCC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC97B; }
p { color: rgb(204,201,123); }
H1.HeaderClassName
{
color: #CCC97B;
}
.AnyTagClassName
{
color: #CCC97B;
}
</style>
background-color css
<style>
a { background-color: #CCC97B; }
a { background-color: rgb(204,201,123); }
div.DivClassName
{
background-color: #CCC97B;
}
.BgClassName
{
background-color: #CCC97B;
}
</style>
border-color css
<style>
span { border-color: #CCC97B; }
span { border-color: rgb(204,201,123); }
td.TdClassName
{
border-color: #CCC97B;
}
.TagClassName
{
border-color: #CCC97B;
}
</style>