Shades of Deco #CCC989
Tints of Deco #CCC989
RGB
CMYK
RGB Variations
Color information
#CCC989 (or 0xCCC989) is known color: Deco. HEX triplet: CC, C9 and 89. RGB value is (204,201,137). Sum of RGB (Red+Green+Blue) = 204+201+137=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC989 is #333676. Grayscale: #C2C2C2. Windows color (decimal): -3356279 or 9030092. OLE color: 9030092.
HSL color Cylindrical-coordinate representation of color #CCC989: hue angle of 57.31º 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 #CCC989 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 137 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.2 |
| HSL | 57.31º | 0.4% | 0.67% | - |
| HSV(B) | 57.31º | 0.33% | 0.8% | - |
| XYZ | 50.3 | 56.42 | 31.91 | - |
| YUV | 194.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 137 | 0 | 0.01 | 0.33 | 0.2 | 57.31 | 0.4 | 0.67 |
| Hex | CC | C9 | 89 | 0 | 1 | 21 | 14 | 39 | 28 | 43 |
| Octal | 314 | 311 | 211 | 0 | 1 | 41 | 24 | 71 | 50 | 103 |
| Binary | 11001100 | 11001001 | 10001001 | 0 | 1 | 100001 | 10100 | 111001 | 101000 | 1000011 |
Color Harmonies of #CCC989
Complementary color
Monochromatic Colors of #CCC989
Black with #CCC989
Text Example
Text Example
White with #CCC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC989; }
p { color: rgb(204,201,137); }
H1.HeaderClassName
{
color: #CCC989;
}
.AnyTagClassName
{
color: #CCC989;
}
</style>
background-color css
<style>
a { background-color: #CCC989; }
a { background-color: rgb(204,201,137); }
div.DivClassName
{
background-color: #CCC989;
}
.BgClassName
{
background-color: #CCC989;
}
</style>
border-color css
<style>
span { border-color: #CCC989; }
span { border-color: rgb(204,201,137); }
td.TdClassName
{
border-color: #CCC989;
}
.TagClassName
{
border-color: #CCC989;
}
</style>