Shades of Deco #C1D287
Tints of Deco #C1D287
RGB
CMYK
RGB Variations
Color information
#C1D287 (or 0xC1D287) is known color: Deco. HEX triplet: C1, D2 and 87. RGB value is (193,210,135). Sum of RGB (Red+Green+Blue) = 193+210+135=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D287 is #3E2D78. Grayscale: #C4C4C4. Windows color (decimal): -4074873 or 8901313. OLE color: 8901313.
HSL color Cylindrical-coordinate representation of color #C1D287: hue angle of 73.6º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1D287 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 135 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.18 |
| HSL | 73.6º | 0.45% | 0.68% | - |
| HSV(B) | 73.6º | 0.36% | 0.82% | - |
| XYZ | 49.41 | 59.18 | 31.74 | - |
| YUV | 196.37 | 93.37 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 135 | 0.08 | 0 | 0.36 | 0.18 | 73.6 | 0.45 | 0.68 |
| Hex | C1 | D2 | 87 | 8 | 0 | 24 | 12 | 4A | 2D | 44 |
| Octal | 301 | 322 | 207 | 10 | 0 | 44 | 22 | 112 | 55 | 104 |
| Binary | 11000001 | 11010010 | 10000111 | 1000 | 0 | 100100 | 10010 | 1001010 | 101101 | 1000100 |
Color Harmonies of #C1D287
Complementary color
Monochromatic Colors of #C1D287
Black with #C1D287
Text Example
Text Example
White with #C1D287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D287; }
p { color: rgb(193,210,135); }
H1.HeaderClassName
{
color: #C1D287;
}
.AnyTagClassName
{
color: #C1D287;
}
</style>
background-color css
<style>
a { background-color: #C1D287; }
a { background-color: rgb(193,210,135); }
div.DivClassName
{
background-color: #C1D287;
}
.BgClassName
{
background-color: #C1D287;
}
</style>
border-color css
<style>
span { border-color: #C1D287; }
span { border-color: rgb(193,210,135); }
td.TdClassName
{
border-color: #C1D287;
}
.TagClassName
{
border-color: #C1D287;
}
</style>