Shades of Deco #C1D384
Tints of Deco #C1D384
RGB
CMYK
RGB Variations
Color information
#C1D384 (or 0xC1D384) is known color: Deco. HEX triplet: C1, D3 and 84. RGB value is (193,211,132). Sum of RGB (Red+Green+Blue) = 193+211+132=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D384 is #3E2C7B. Grayscale: #C4C4C4. Windows color (decimal): -4074620 or 8704961. OLE color: 8704961.
HSL color Cylindrical-coordinate representation of color #C1D384: hue angle of 73.67º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1D384 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 211 | 132 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.17 |
| HSL | 73.67º | 0.47% | 0.67% | - |
| HSV(B) | 73.67º | 0.37% | 0.83% | - |
| XYZ | 49.45 | 59.59 | 30.73 | - |
| YUV | 196.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 211 | 132 | 0.09 | 0 | 0.37 | 0.17 | 73.67 | 0.47 | 0.67 |
| Hex | C1 | D3 | 84 | 9 | 0 | 25 | 11 | 4A | 2F | 43 |
| Octal | 301 | 323 | 204 | 11 | 0 | 45 | 21 | 112 | 57 | 103 |
| Binary | 11000001 | 11010011 | 10000100 | 1001 | 0 | 100101 | 10001 | 1001010 | 101111 | 1000011 |
Color Harmonies of #C1D384
Complementary color
Monochromatic Colors of #C1D384
Black with #C1D384
Text Example
Text Example
White with #C1D384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D384; }
p { color: rgb(193,211,132); }
H1.HeaderClassName
{
color: #C1D384;
}
.AnyTagClassName
{
color: #C1D384;
}
</style>
background-color css
<style>
a { background-color: #C1D384; }
a { background-color: rgb(193,211,132); }
div.DivClassName
{
background-color: #C1D384;
}
.BgClassName
{
background-color: #C1D384;
}
</style>
border-color css
<style>
span { border-color: #C1D384; }
span { border-color: rgb(193,211,132); }
td.TdClassName
{
border-color: #C1D384;
}
.TagClassName
{
border-color: #C1D384;
}
</style>