Shades of Deco #C5D975
Tints of Deco #C5D975
RGB
CMYK
RGB Variations
Color information
#C5D975 (or 0xC5D975) is known color: Deco. HEX triplet: C5, D9 and 75. RGB value is (197,217,117). Sum of RGB (Red+Green+Blue) = 197+217+117=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D975 is #3A268A. Grayscale: #C8C8C8. Windows color (decimal): -3810955 or 7723461. OLE color: 7723461.
HSL color Cylindrical-coordinate representation of color #C5D975: hue angle of 72º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5D975 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 117 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.15 |
| HSL | 72º | 0.57% | 0.65% | - |
| HSV(B) | 72º | 0.46% | 0.85% | - |
| XYZ | 51.05 | 62.78 | 26.26 | - |
| YUV | 199.62 | 81.37 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 117 | 0.09 | 0 | 0.46 | 0.15 | 72 | 0.57 | 0.65 |
| Hex | C5 | D9 | 75 | 9 | 0 | 2E | F | 48 | 39 | 41 |
| Octal | 305 | 331 | 165 | 11 | 0 | 56 | 17 | 110 | 71 | 101 |
| Binary | 11000101 | 11011001 | 1110101 | 1001 | 0 | 101110 | 1111 | 1001000 | 111001 | 1000001 |
Color Harmonies of #C5D975
Complementary color
Monochromatic Colors of #C5D975
Black with #C5D975
Text Example
Text Example
White with #C5D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D975; }
p { color: rgb(197,217,117); }
H1.HeaderClassName
{
color: #C5D975;
}
.AnyTagClassName
{
color: #C5D975;
}
</style>
background-color css
<style>
a { background-color: #C5D975; }
a { background-color: rgb(197,217,117); }
div.DivClassName
{
background-color: #C5D975;
}
.BgClassName
{
background-color: #C5D975;
}
</style>
border-color css
<style>
span { border-color: #C5D975; }
span { border-color: rgb(197,217,117); }
td.TdClassName
{
border-color: #C5D975;
}
.TagClassName
{
border-color: #C5D975;
}
</style>