Shades of Deco #C1D289
Tints of Deco #C1D289
RGB
CMYK
RGB Variations
Color information
#C1D289 (or 0xC1D289) is known color: Deco. HEX triplet: C1, D2 and 89. RGB value is (193,210,137). Sum of RGB (Red+Green+Blue) = 193+210+137=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D289 is #3E2D76. Grayscale: #C4C4C4. Windows color (decimal): -4074871 or 9032385. OLE color: 9032385.
HSL color Cylindrical-coordinate representation of color #C1D289: hue angle of 73.97º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1D289 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 137 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.18 |
| HSL | 73.97º | 0.45% | 0.68% | - |
| HSV(B) | 73.97º | 0.35% | 0.82% | - |
| XYZ | 49.55 | 59.24 | 32.49 | - |
| YUV | 196.6 | 94.37 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 137 | 0.08 | 0 | 0.35 | 0.18 | 73.97 | 0.45 | 0.68 |
| Hex | C1 | D2 | 89 | 8 | 0 | 23 | 12 | 4A | 2D | 44 |
| Octal | 301 | 322 | 211 | 10 | 0 | 43 | 22 | 112 | 55 | 104 |
| Binary | 11000001 | 11010010 | 10001001 | 1000 | 0 | 100011 | 10010 | 1001010 | 101101 | 1000100 |
Color Harmonies of #C1D289
Complementary color
Monochromatic Colors of #C1D289
Black with #C1D289
Text Example
Text Example
White with #C1D289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D289; }
p { color: rgb(193,210,137); }
H1.HeaderClassName
{
color: #C1D289;
}
.AnyTagClassName
{
color: #C1D289;
}
</style>
background-color css
<style>
a { background-color: #C1D289; }
a { background-color: rgb(193,210,137); }
div.DivClassName
{
background-color: #C1D289;
}
.BgClassName
{
background-color: #C1D289;
}
</style>
border-color css
<style>
span { border-color: #C1D289; }
span { border-color: rgb(193,210,137); }
td.TdClassName
{
border-color: #C1D289;
}
.TagClassName
{
border-color: #C1D289;
}
</style>