Shades of Deco #C5C78C
Tints of Deco #C5C78C
RGB
CMYK
RGB Variations
Color information
#C5C78C (or 0xC5C78C) is known color: Deco. HEX triplet: C5, C7 and 8C. RGB value is (197,199,140). Sum of RGB (Red+Green+Blue) = 197+199+140=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C78C is #3A3873. Grayscale: #BFBFBF. Windows color (decimal): -3815540 or 9226181. OLE color: 9226181.
HSL color Cylindrical-coordinate representation of color #C5C78C: hue angle of 62.03º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5C78C is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 140 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.22 |
| HSL | 62.03º | 0.35% | 0.66% | - |
| HSV(B) | 62.03º | 0.3% | 0.78% | - |
| XYZ | 48.18 | 54.61 | 32.81 | - |
| YUV | 191.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 140 | 0.01 | 0 | 0.30 | 0.22 | 62.03 | 0.35 | 0.66 |
| Hex | C5 | C7 | 8C | 1 | 0 | 1E | 16 | 3E | 23 | 42 |
| Octal | 305 | 307 | 214 | 1 | 0 | 36 | 26 | 76 | 43 | 102 |
| Binary | 11000101 | 11000111 | 10001100 | 1 | 0 | 11110 | 10110 | 111110 | 100011 | 1000010 |
Color Harmonies of #C5C78C
Complementary color
Monochromatic Colors of #C5C78C
Black with #C5C78C
Text Example
Text Example
White with #C5C78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C78C; }
p { color: rgb(197,199,140); }
H1.HeaderClassName
{
color: #C5C78C;
}
.AnyTagClassName
{
color: #C5C78C;
}
</style>
background-color css
<style>
a { background-color: #C5C78C; }
a { background-color: rgb(197,199,140); }
div.DivClassName
{
background-color: #C5C78C;
}
.BgClassName
{
background-color: #C5C78C;
}
</style>
border-color css
<style>
span { border-color: #C5C78C; }
span { border-color: rgb(197,199,140); }
td.TdClassName
{
border-color: #C5C78C;
}
.TagClassName
{
border-color: #C5C78C;
}
</style>