Shades of Deco #C1D587
Tints of Deco #C1D587
RGB
CMYK
RGB Variations
Color information
#C1D587 (or 0xC1D587) is known color: Deco. HEX triplet: C1, D5 and 87. RGB value is (193,213,135). Sum of RGB (Red+Green+Blue) = 193+213+135=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D587 is #3E2A78. Grayscale: #C6C6C6. Windows color (decimal): -4074105 or 8902081. OLE color: 8902081.
HSL color Cylindrical-coordinate representation of color #C1D587: hue angle of 75.38º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1D587 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 213 | 135 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.16 |
| HSL | 75.38º | 0.48% | 0.68% | - |
| HSV(B) | 75.38º | 0.37% | 0.84% | - |
| XYZ | 50.16 | 60.68 | 31.99 | - |
| YUV | 198.13 | 92.37 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 135 | 0.09 | 0 | 0.37 | 0.16 | 75.38 | 0.48 | 0.68 |
| Hex | C1 | D5 | 87 | 9 | 0 | 25 | 10 | 4B | 30 | 44 |
| Octal | 301 | 325 | 207 | 11 | 0 | 45 | 20 | 113 | 60 | 104 |
| Binary | 11000001 | 11010101 | 10000111 | 1001 | 0 | 100101 | 10000 | 1001011 | 110000 | 1000100 |
Color Harmonies of #C1D587
Complementary color
Monochromatic Colors of #C1D587
Black with #C1D587
Text Example
Text Example
White with #C1D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D587; }
p { color: rgb(193,213,135); }
H1.HeaderClassName
{
color: #C1D587;
}
.AnyTagClassName
{
color: #C1D587;
}
</style>
background-color css
<style>
a { background-color: #C1D587; }
a { background-color: rgb(193,213,135); }
div.DivClassName
{
background-color: #C1D587;
}
.BgClassName
{
background-color: #C1D587;
}
</style>
border-color css
<style>
span { border-color: #C1D587; }
span { border-color: rgb(193,213,135); }
td.TdClassName
{
border-color: #C1D587;
}
.TagClassName
{
border-color: #C1D587;
}
</style>