Shades of Deco #CCC981
Tints of Deco #CCC981
RGB
CMYK
RGB Variations
Color information
#CCC981 (or 0xCCC981) is known color: Deco. HEX triplet: CC, C9 and 81. RGB value is (204,201,129). Sum of RGB (Red+Green+Blue) = 204+201+129=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC981 is #33367E. Grayscale: #C1C1C1. Windows color (decimal): -3356287 or 8505804. OLE color: 8505804.
HSL color Cylindrical-coordinate representation of color #CCC981: hue angle of 57.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCC981 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 129 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.2 |
| HSL | 57.6º | 0.42% | 0.65% | - |
| HSV(B) | 57.6º | 0.37% | 0.8% | - |
| XYZ | 49.75 | 56.2 | 28.99 | - |
| YUV | 193.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 129 | 0 | 0.01 | 0.37 | 0.2 | 57.6 | 0.42 | 0.65 |
| Hex | CC | C9 | 81 | 0 | 1 | 25 | 14 | 3A | 2A | 41 |
| Octal | 314 | 311 | 201 | 0 | 1 | 45 | 24 | 72 | 52 | 101 |
| Binary | 11001100 | 11001001 | 10000001 | 0 | 1 | 100101 | 10100 | 111010 | 101010 | 1000001 |
Color Harmonies of #CCC981
Complementary color
Monochromatic Colors of #CCC981
Black with #CCC981
Text Example
Text Example
White with #CCC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC981; }
p { color: rgb(204,201,129); }
H1.HeaderClassName
{
color: #CCC981;
}
.AnyTagClassName
{
color: #CCC981;
}
</style>
background-color css
<style>
a { background-color: #CCC981; }
a { background-color: rgb(204,201,129); }
div.DivClassName
{
background-color: #CCC981;
}
.BgClassName
{
background-color: #CCC981;
}
</style>
border-color css
<style>
span { border-color: #CCC981; }
span { border-color: rgb(204,201,129); }
td.TdClassName
{
border-color: #CCC981;
}
.TagClassName
{
border-color: #CCC981;
}
</style>