Shades of Deco #CCC988
Tints of Deco #CCC988
RGB
CMYK
RGB Variations
Color information
#CCC988 (or 0xCCC988) is known color: Deco. HEX triplet: CC, C9 and 88. RGB value is (204,201,136). Sum of RGB (Red+Green+Blue) = 204+201+136=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC988 is #333677. Grayscale: #C2C2C2. Windows color (decimal): -3356280 or 8964556. OLE color: 8964556.
HSL color Cylindrical-coordinate representation of color #CCC988: hue angle of 57.35º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCC988 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 136 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.2 |
| HSL | 57.35º | 0.4% | 0.67% | - |
| HSV(B) | 57.35º | 0.33% | 0.8% | - |
| XYZ | 50.23 | 56.39 | 31.53 | - |
| YUV | 194.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 136 | 0 | 0.01 | 0.33 | 0.2 | 57.35 | 0.4 | 0.67 |
| Hex | CC | C9 | 88 | 0 | 1 | 21 | 14 | 39 | 28 | 43 |
| Octal | 314 | 311 | 210 | 0 | 1 | 41 | 24 | 71 | 50 | 103 |
| Binary | 11001100 | 11001001 | 10001000 | 0 | 1 | 100001 | 10100 | 111001 | 101000 | 1000011 |
Color Harmonies of #CCC988
Complementary color
Monochromatic Colors of #CCC988
Black with #CCC988
Text Example
Text Example
White with #CCC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC988; }
p { color: rgb(204,201,136); }
H1.HeaderClassName
{
color: #CCC988;
}
.AnyTagClassName
{
color: #CCC988;
}
</style>
background-color css
<style>
a { background-color: #CCC988; }
a { background-color: rgb(204,201,136); }
div.DivClassName
{
background-color: #CCC988;
}
.BgClassName
{
background-color: #CCC988;
}
</style>
border-color css
<style>
span { border-color: #CCC988; }
span { border-color: rgb(204,201,136); }
td.TdClassName
{
border-color: #CCC988;
}
.TagClassName
{
border-color: #CCC988;
}
</style>