Shades of Deco #C6CE89
Tints of Deco #C6CE89
RGB
CMYK
RGB Variations
Color information
#C6CE89 (or 0xC6CE89) is known color: Deco. HEX triplet: C6, CE and 89. RGB value is (198,206,137). Sum of RGB (Red+Green+Blue) = 198+206+137=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CE89 is #393176. Grayscale: #C4C4C4. Windows color (decimal): -3748215 or 9031366. OLE color: 9031366.
HSL color Cylindrical-coordinate representation of color #C6CE89: hue angle of 66.96º 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 #C6CE89 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 137 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.19 |
| HSL | 66.96º | 0.41% | 0.67% | - |
| HSV(B) | 66.96º | 0.33% | 0.81% | - |
| XYZ | 49.88 | 57.95 | 32.22 | - |
| YUV | 195.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 137 | 0.04 | 0 | 0.33 | 0.19 | 66.96 | 0.41 | 0.67 |
| Hex | C6 | CE | 89 | 4 | 0 | 21 | 13 | 43 | 29 | 43 |
| Octal | 306 | 316 | 211 | 4 | 0 | 41 | 23 | 103 | 51 | 103 |
| Binary | 11000110 | 11001110 | 10001001 | 100 | 0 | 100001 | 10011 | 1000011 | 101001 | 1000011 |
Color Harmonies of #C6CE89
Complementary color
Monochromatic Colors of #C6CE89
Black with #C6CE89
Text Example
Text Example
White with #C6CE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CE89; }
p { color: rgb(198,206,137); }
H1.HeaderClassName
{
color: #C6CE89;
}
.AnyTagClassName
{
color: #C6CE89;
}
</style>
background-color css
<style>
a { background-color: #C6CE89; }
a { background-color: rgb(198,206,137); }
div.DivClassName
{
background-color: #C6CE89;
}
.BgClassName
{
background-color: #C6CE89;
}
</style>
border-color css
<style>
span { border-color: #C6CE89; }
span { border-color: rgb(198,206,137); }
td.TdClassName
{
border-color: #C6CE89;
}
.TagClassName
{
border-color: #C6CE89;
}
</style>