Shades of Deco #C2CC89
Tints of Deco #C2CC89
RGB
CMYK
RGB Variations
Color information
#C2CC89 (or 0xC2CC89) is known color: Deco. HEX triplet: C2, CC and 89. RGB value is (194,204,137). Sum of RGB (Red+Green+Blue) = 194+204+137=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CC89 is #3D3376. Grayscale: #C1C1C1. Windows color (decimal): -4010871 or 9030850. OLE color: 9030850.
HSL color Cylindrical-coordinate representation of color #C2CC89: hue angle of 68.96º 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 #C2CC89 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 137 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.2 |
| HSL | 68.96º | 0.4% | 0.67% | - |
| HSV(B) | 68.96º | 0.33% | 0.8% | - |
| XYZ | 48.36 | 56.46 | 32.02 | - |
| YUV | 193.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 137 | 0.05 | 0 | 0.33 | 0.2 | 68.96 | 0.4 | 0.67 |
| Hex | C2 | CC | 89 | 5 | 0 | 21 | 14 | 45 | 28 | 43 |
| Octal | 302 | 314 | 211 | 5 | 0 | 41 | 24 | 105 | 50 | 103 |
| Binary | 11000010 | 11001100 | 10001001 | 101 | 0 | 100001 | 10100 | 1000101 | 101000 | 1000011 |
Color Harmonies of #C2CC89
Complementary color
Monochromatic Colors of #C2CC89
Black with #C2CC89
Text Example
Text Example
White with #C2CC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC89; }
p { color: rgb(194,204,137); }
H1.HeaderClassName
{
color: #C2CC89;
}
.AnyTagClassName
{
color: #C2CC89;
}
</style>
background-color css
<style>
a { background-color: #C2CC89; }
a { background-color: rgb(194,204,137); }
div.DivClassName
{
background-color: #C2CC89;
}
.BgClassName
{
background-color: #C2CC89;
}
</style>
border-color css
<style>
span { border-color: #C2CC89; }
span { border-color: rgb(194,204,137); }
td.TdClassName
{
border-color: #C2CC89;
}
.TagClassName
{
border-color: #C2CC89;
}
</style>