Shades of Deco #CCC984
Tints of Deco #CCC984
RGB
CMYK
RGB Variations
Color information
#CCC984 (or 0xCCC984) is known color: Deco. HEX triplet: CC, C9 and 84. RGB value is (204,201,132). Sum of RGB (Red+Green+Blue) = 204+201+132=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC984 is #33367B. Grayscale: #C2C2C2. Windows color (decimal): -3356284 or 8702412. OLE color: 8702412.
HSL color Cylindrical-coordinate representation of color #CCC984: hue angle of 57.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCC984 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 132 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.2 |
| HSL | 57.5º | 0.41% | 0.66% | - |
| HSV(B) | 57.5º | 0.35% | 0.8% | - |
| XYZ | 49.95 | 56.28 | 30.06 | - |
| YUV | 194.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 132 | 0 | 0.01 | 0.35 | 0.2 | 57.5 | 0.41 | 0.66 |
| Hex | CC | C9 | 84 | 0 | 1 | 23 | 14 | 3A | 29 | 42 |
| Octal | 314 | 311 | 204 | 0 | 1 | 43 | 24 | 72 | 51 | 102 |
| Binary | 11001100 | 11001001 | 10000100 | 0 | 1 | 100011 | 10100 | 111010 | 101001 | 1000010 |
Color Harmonies of #CCC984
Complementary color
Monochromatic Colors of #CCC984
Black with #CCC984
Text Example
Text Example
White with #CCC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC984; }
p { color: rgb(204,201,132); }
H1.HeaderClassName
{
color: #CCC984;
}
.AnyTagClassName
{
color: #CCC984;
}
</style>
background-color css
<style>
a { background-color: #CCC984; }
a { background-color: rgb(204,201,132); }
div.DivClassName
{
background-color: #CCC984;
}
.BgClassName
{
background-color: #CCC984;
}
</style>
border-color css
<style>
span { border-color: #CCC984; }
span { border-color: rgb(204,201,132); }
td.TdClassName
{
border-color: #CCC984;
}
.TagClassName
{
border-color: #CCC984;
}
</style>