Shades of Deco #C6CE78
Tints of Deco #C6CE78
RGB
CMYK
RGB Variations
Color information
#C6CE78 (or 0xC6CE78) is known color: Deco. HEX triplet: C6, CE and 78. RGB value is (198,206,120). Sum of RGB (Red+Green+Blue) = 198+206+120=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CE78 is #393187. Grayscale: #C2C2C2. Windows color (decimal): -3748232 or 7917254. OLE color: 7917254.
HSL color Cylindrical-coordinate representation of color #C6CE78: hue angle of 65.58º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6CE78 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 120 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.19 |
| HSL | 65.58º | 0.47% | 0.64% | - |
| HSV(B) | 65.58º | 0.42% | 0.81% | - |
| XYZ | 48.75 | 57.5 | 26.3 | - |
| YUV | 193.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 120 | 0.04 | 0 | 0.42 | 0.19 | 65.58 | 0.47 | 0.64 |
| Hex | C6 | CE | 78 | 4 | 0 | 2A | 13 | 42 | 2F | 40 |
| Octal | 306 | 316 | 170 | 4 | 0 | 52 | 23 | 102 | 57 | 100 |
| Binary | 11000110 | 11001110 | 1111000 | 100 | 0 | 101010 | 10011 | 1000010 | 101111 | 1000000 |
Color Harmonies of #C6CE78
Complementary color
Monochromatic Colors of #C6CE78
Black with #C6CE78
Text Example
Text Example
White with #C6CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CE78; }
p { color: rgb(198,206,120); }
H1.HeaderClassName
{
color: #C6CE78;
}
.AnyTagClassName
{
color: #C6CE78;
}
</style>
background-color css
<style>
a { background-color: #C6CE78; }
a { background-color: rgb(198,206,120); }
div.DivClassName
{
background-color: #C6CE78;
}
.BgClassName
{
background-color: #C6CE78;
}
</style>
border-color css
<style>
span { border-color: #C6CE78; }
span { border-color: rgb(198,206,120); }
td.TdClassName
{
border-color: #C6CE78;
}
.TagClassName
{
border-color: #C6CE78;
}
</style>