Shades of Deco #CCCE89
Tints of Deco #CCCE89
RGB
CMYK
RGB Variations
Color information
#CCCE89 (or 0xCCCE89) is known color: Deco. HEX triplet: CC, CE and 89. RGB value is (204,206,137). Sum of RGB (Red+Green+Blue) = 204+206+137=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE89 is #333176. Grayscale: #C5C5C5. Windows color (decimal): -3354999 or 9031372. OLE color: 9031372.
HSL color Cylindrical-coordinate representation of color #CCCE89: hue angle of 61.74º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCCE89 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 137 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.19 |
| HSL | 61.74º | 0.41% | 0.67% | - |
| HSV(B) | 61.74º | 0.33% | 0.81% | - |
| XYZ | 51.49 | 58.79 | 32.3 | - |
| YUV | 197.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 137 | 0.01 | 0 | 0.33 | 0.19 | 61.74 | 0.41 | 0.67 |
| Hex | CC | CE | 89 | 1 | 0 | 21 | 13 | 3E | 29 | 43 |
| Octal | 314 | 316 | 211 | 1 | 0 | 41 | 23 | 76 | 51 | 103 |
| Binary | 11001100 | 11001110 | 10001001 | 1 | 0 | 100001 | 10011 | 111110 | 101001 | 1000011 |
Color Harmonies of #CCCE89
Complementary color
Monochromatic Colors of #CCCE89
Black with #CCCE89
Text Example
Text Example
White with #CCCE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE89; }
p { color: rgb(204,206,137); }
H1.HeaderClassName
{
color: #CCCE89;
}
.AnyTagClassName
{
color: #CCCE89;
}
</style>
background-color css
<style>
a { background-color: #CCCE89; }
a { background-color: rgb(204,206,137); }
div.DivClassName
{
background-color: #CCCE89;
}
.BgClassName
{
background-color: #CCCE89;
}
</style>
border-color css
<style>
span { border-color: #CCCE89; }
span { border-color: rgb(204,206,137); }
td.TdClassName
{
border-color: #CCCE89;
}
.TagClassName
{
border-color: #CCCE89;
}
</style>