Shades of Deco #C5D082
Tints of Deco #C5D082
RGB
CMYK
RGB Variations
Color information
#C5D082 (or 0xC5D082) is known color: Deco. HEX triplet: C5, D0 and 82. RGB value is (197,208,130). Sum of RGB (Red+Green+Blue) = 197+208+130=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D082 is #3A2F7D. Grayscale: #C4C4C4. Windows color (decimal): -3813246 or 8573125. OLE color: 8573125.
HSL color Cylindrical-coordinate representation of color #C5D082: hue angle of 68.46º degrees, saturation: 0.45, 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 #C5D082 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 130 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.18 |
| HSL | 68.46º | 0.45% | 0.66% | - |
| HSV(B) | 68.46º | 0.38% | 0.82% | - |
| XYZ | 49.61 | 58.59 | 29.81 | - |
| YUV | 195.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 130 | 0.05 | 0 | 0.38 | 0.18 | 68.46 | 0.45 | 0.66 |
| Hex | C5 | D0 | 82 | 5 | 0 | 26 | 12 | 44 | 2D | 42 |
| Octal | 305 | 320 | 202 | 5 | 0 | 46 | 22 | 104 | 55 | 102 |
| Binary | 11000101 | 11010000 | 10000010 | 101 | 0 | 100110 | 10010 | 1000100 | 101101 | 1000010 |
Color Harmonies of #C5D082
Complementary color
Monochromatic Colors of #C5D082
Black with #C5D082
Text Example
Text Example
White with #C5D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D082; }
p { color: rgb(197,208,130); }
H1.HeaderClassName
{
color: #C5D082;
}
.AnyTagClassName
{
color: #C5D082;
}
</style>
background-color css
<style>
a { background-color: #C5D082; }
a { background-color: rgb(197,208,130); }
div.DivClassName
{
background-color: #C5D082;
}
.BgClassName
{
background-color: #C5D082;
}
</style>
border-color css
<style>
span { border-color: #C5D082; }
span { border-color: rgb(197,208,130); }
td.TdClassName
{
border-color: #C5D082;
}
.TagClassName
{
border-color: #C5D082;
}
</style>