Shades of Deco #C6CE8D
Tints of Deco #C6CE8D
RGB
CMYK
RGB Variations
Color information
#C6CE8D (or 0xC6CE8D) is known color: Deco. HEX triplet: C6, CE and 8D. RGB value is (198,206,141). Sum of RGB (Red+Green+Blue) = 198+206+141=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CE8D is #393172. Grayscale: #C4C4C4. Windows color (decimal): -3748211 or 9293510. OLE color: 9293510.
HSL color Cylindrical-coordinate representation of color #C6CE8D: hue angle of 67.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6CE8D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 141 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.19 |
| HSL | 67.38º | 0.4% | 0.68% | - |
| HSV(B) | 67.38º | 0.32% | 0.81% | - |
| XYZ | 50.17 | 58.07 | 33.76 | - |
| YUV | 196.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 141 | 0.04 | 0 | 0.32 | 0.19 | 67.38 | 0.4 | 0.68 |
| Hex | C6 | CE | 8D | 4 | 0 | 20 | 13 | 43 | 28 | 44 |
| Octal | 306 | 316 | 215 | 4 | 0 | 40 | 23 | 103 | 50 | 104 |
| Binary | 11000110 | 11001110 | 10001101 | 100 | 0 | 100000 | 10011 | 1000011 | 101000 | 1000100 |
Color Harmonies of #C6CE8D
Complementary color
Monochromatic Colors of #C6CE8D
Black with #C6CE8D
Text Example
Text Example
White with #C6CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CE8D; }
p { color: rgb(198,206,141); }
H1.HeaderClassName
{
color: #C6CE8D;
}
.AnyTagClassName
{
color: #C6CE8D;
}
</style>
background-color css
<style>
a { background-color: #C6CE8D; }
a { background-color: rgb(198,206,141); }
div.DivClassName
{
background-color: #C6CE8D;
}
.BgClassName
{
background-color: #C6CE8D;
}
</style>
border-color css
<style>
span { border-color: #C6CE8D; }
span { border-color: rgb(198,206,141); }
td.TdClassName
{
border-color: #C6CE8D;
}
.TagClassName
{
border-color: #C6CE8D;
}
</style>