Shades of Deco #C5CD76
Tints of Deco #C5CD76
RGB
CMYK
RGB Variations
Color information
#C5CD76 (or 0xC5CD76) is known color: Deco. HEX triplet: C5, CD and 76. RGB value is (197,205,118). Sum of RGB (Red+Green+Blue) = 197+205+118=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD76 is #3A3289. Grayscale: #C1C1C1. Windows color (decimal): -3814026 or 7785925. OLE color: 7785925.
HSL color Cylindrical-coordinate representation of color #C5CD76: hue angle of 65.52º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5CD76 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 118 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.20 |
| HSL | 65.52º | 0.47% | 0.63% | - |
| HSV(B) | 65.52º | 0.42% | 0.8% | - |
| XYZ | 48.13 | 56.84 | 25.57 | - |
| YUV | 192.69 | 85.85 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 118 | 0.04 | 0 | 0.42 | 0.20 | 65.52 | 0.47 | 0.63 |
| Hex | C5 | CD | 76 | 4 | 0 | 2A | 14 | 42 | 2F | 3F |
| Octal | 305 | 315 | 166 | 4 | 0 | 52 | 24 | 102 | 57 | 77 |
| Binary | 11000101 | 11001101 | 1110110 | 100 | 0 | 101010 | 10100 | 1000010 | 101111 | 111111 |
Color Harmonies of #C5CD76
Complementary color
Monochromatic Colors of #C5CD76
Black with #C5CD76
Text Example
Text Example
White with #C5CD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CD76; }
p { color: rgb(197,205,118); }
H1.HeaderClassName
{
color: #C5CD76;
}
.AnyTagClassName
{
color: #C5CD76;
}
</style>
background-color css
<style>
a { background-color: #C5CD76; }
a { background-color: rgb(197,205,118); }
div.DivClassName
{
background-color: #C5CD76;
}
.BgClassName
{
background-color: #C5CD76;
}
</style>
border-color css
<style>
span { border-color: #C5CD76; }
span { border-color: rgb(197,205,118); }
td.TdClassName
{
border-color: #C5CD76;
}
.TagClassName
{
border-color: #C5CD76;
}
</style>