Shades of Deco #C5D080
Tints of Deco #C5D080
RGB
CMYK
RGB Variations
Color information
#C5D080 (or 0xC5D080) is known color: Deco. HEX triplet: C5, D0 and 80. RGB value is (197,208,128). Sum of RGB (Red+Green+Blue) = 197+208+128=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D080 is #3A2F7F. Grayscale: #C3C3C3. Windows color (decimal): -3813248 or 8442053. OLE color: 8442053.
HSL color Cylindrical-coordinate representation of color #C5D080: hue angle of 68.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5D080 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 128 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.18 |
| HSL | 68.25º | 0.46% | 0.66% | - |
| HSV(B) | 68.25º | 0.38% | 0.82% | - |
| XYZ | 49.48 | 58.54 | 29.11 | - |
| YUV | 195.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 128 | 0.05 | 0 | 0.38 | 0.18 | 68.25 | 0.46 | 0.66 |
| Hex | C5 | D0 | 80 | 5 | 0 | 26 | 12 | 44 | 2E | 42 |
| Octal | 305 | 320 | 200 | 5 | 0 | 46 | 22 | 104 | 56 | 102 |
| Binary | 11000101 | 11010000 | 10000000 | 101 | 0 | 100110 | 10010 | 1000100 | 101110 | 1000010 |
Color Harmonies of #C5D080
Complementary color
Monochromatic Colors of #C5D080
Black with #C5D080
Text Example
Text Example
White with #C5D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D080; }
p { color: rgb(197,208,128); }
H1.HeaderClassName
{
color: #C5D080;
}
.AnyTagClassName
{
color: #C5D080;
}
</style>
background-color css
<style>
a { background-color: #C5D080; }
a { background-color: rgb(197,208,128); }
div.DivClassName
{
background-color: #C5D080;
}
.BgClassName
{
background-color: #C5D080;
}
</style>
border-color css
<style>
span { border-color: #C5D080; }
span { border-color: rgb(197,208,128); }
td.TdClassName
{
border-color: #C5D080;
}
.TagClassName
{
border-color: #C5D080;
}
</style>