Shades of Deco #C1D388
Tints of Deco #C1D388
RGB
CMYK
RGB Variations
Color information
#C1D388 (or 0xC1D388) is known color: Deco. HEX triplet: C1, D3 and 88. RGB value is (193,211,136). Sum of RGB (Red+Green+Blue) = 193+211+136=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D388 is #3E2C77. Grayscale: #C5C5C5. Windows color (decimal): -4074616 or 8967105. OLE color: 8967105.
HSL color Cylindrical-coordinate representation of color #C1D388: hue angle of 74.4º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1D388 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 211 | 136 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.17 |
| HSL | 74.4º | 0.46% | 0.68% | - |
| HSV(B) | 74.4º | 0.36% | 0.83% | - |
| XYZ | 49.73 | 59.7 | 32.2 | - |
| YUV | 197.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 211 | 136 | 0.09 | 0 | 0.36 | 0.17 | 74.4 | 0.46 | 0.68 |
| Hex | C1 | D3 | 88 | 9 | 0 | 24 | 11 | 4A | 2E | 44 |
| Octal | 301 | 323 | 210 | 11 | 0 | 44 | 21 | 112 | 56 | 104 |
| Binary | 11000001 | 11010011 | 10001000 | 1001 | 0 | 100100 | 10001 | 1001010 | 101110 | 1000100 |
Color Harmonies of #C1D388
Complementary color
Monochromatic Colors of #C1D388
Black with #C1D388
Text Example
Text Example
White with #C1D388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D388; }
p { color: rgb(193,211,136); }
H1.HeaderClassName
{
color: #C1D388;
}
.AnyTagClassName
{
color: #C1D388;
}
</style>
background-color css
<style>
a { background-color: #C1D388; }
a { background-color: rgb(193,211,136); }
div.DivClassName
{
background-color: #C1D388;
}
.BgClassName
{
background-color: #C1D388;
}
</style>
border-color css
<style>
span { border-color: #C1D388; }
span { border-color: rgb(193,211,136); }
td.TdClassName
{
border-color: #C1D388;
}
.TagClassName
{
border-color: #C1D388;
}
</style>