Shades of Deco #C5D585
Tints of Deco #C5D585
RGB
CMYK
RGB Variations
Color information
#C5D585 (or 0xC5D585) is known color: Deco. HEX triplet: C5, D5 and 85. RGB value is (197,213,133). Sum of RGB (Red+Green+Blue) = 197+213+133=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D585 is #3A2A7A. Grayscale: #C7C7C7. Windows color (decimal): -3811963 or 8771013. OLE color: 8771013.
HSL color Cylindrical-coordinate representation of color #C5D585: hue angle of 72º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5D585 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 133 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.16 |
| HSL | 72º | 0.49% | 0.68% | - |
| HSV(B) | 72º | 0.38% | 0.84% | - |
| XYZ | 51.05 | 61.15 | 31.3 | - |
| YUV | 199.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 133 | 0.08 | 0 | 0.38 | 0.16 | 72 | 0.49 | 0.68 |
| Hex | C5 | D5 | 85 | 8 | 0 | 26 | 10 | 48 | 31 | 44 |
| Octal | 305 | 325 | 205 | 10 | 0 | 46 | 20 | 110 | 61 | 104 |
| Binary | 11000101 | 11010101 | 10000101 | 1000 | 0 | 100110 | 10000 | 1001000 | 110001 | 1000100 |
Color Harmonies of #C5D585
Complementary color
Monochromatic Colors of #C5D585
Black with #C5D585
Text Example
Text Example
White with #C5D585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D585; }
p { color: rgb(197,213,133); }
H1.HeaderClassName
{
color: #C5D585;
}
.AnyTagClassName
{
color: #C5D585;
}
</style>
background-color css
<style>
a { background-color: #C5D585; }
a { background-color: rgb(197,213,133); }
div.DivClassName
{
background-color: #C5D585;
}
.BgClassName
{
background-color: #C5D585;
}
</style>
border-color css
<style>
span { border-color: #C5D585; }
span { border-color: rgb(197,213,133); }
td.TdClassName
{
border-color: #C5D585;
}
.TagClassName
{
border-color: #C5D585;
}
</style>