Shades of Deco #CCC97A
Tints of Deco #CCC97A
RGB
CMYK
RGB Variations
Color information
#CCC97A (or 0xCCC97A) is known color: Deco. HEX triplet: CC, C9 and 7A. RGB value is (204,201,122). Sum of RGB (Red+Green+Blue) = 204+201+122=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC97A is #333685. Grayscale: #C1C1C1. Windows color (decimal): -3356294 or 8047052. OLE color: 8047052.
HSL color Cylindrical-coordinate representation of color #CCC97A: hue angle of 57.8º degrees, saturation: 0.45, 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 #CCC97A is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 122 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.2 |
| HSL | 57.8º | 0.45% | 0.64% | - |
| HSV(B) | 57.8º | 0.4% | 0.8% | - |
| XYZ | 49.3 | 56.02 | 26.63 | - |
| YUV | 192.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 122 | 0 | 0.01 | 0.40 | 0.2 | 57.8 | 0.45 | 0.64 |
| Hex | CC | C9 | 7A | 0 | 1 | 28 | 14 | 3A | 2D | 40 |
| Octal | 314 | 311 | 172 | 0 | 1 | 50 | 24 | 72 | 55 | 100 |
| Binary | 11001100 | 11001001 | 1111010 | 0 | 1 | 101000 | 10100 | 111010 | 101101 | 1000000 |
Color Harmonies of #CCC97A
Complementary color
Monochromatic Colors of #CCC97A
Black with #CCC97A
Text Example
Text Example
White with #CCC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC97A; }
p { color: rgb(204,201,122); }
H1.HeaderClassName
{
color: #CCC97A;
}
.AnyTagClassName
{
color: #CCC97A;
}
</style>
background-color css
<style>
a { background-color: #CCC97A; }
a { background-color: rgb(204,201,122); }
div.DivClassName
{
background-color: #CCC97A;
}
.BgClassName
{
background-color: #CCC97A;
}
</style>
border-color css
<style>
span { border-color: #CCC97A; }
span { border-color: rgb(204,201,122); }
td.TdClassName
{
border-color: #CCC97A;
}
.TagClassName
{
border-color: #CCC97A;
}
</style>