Shades of Deco #C1D086
Tints of Deco #C1D086
RGB
CMYK
RGB Variations
Color information
#C1D086 (or 0xC1D086) is known color: Deco. HEX triplet: C1, D0 and 86. RGB value is (193,208,134). Sum of RGB (Red+Green+Blue) = 193+208+134=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D086 is #3E2F79. Grayscale: #C3C3C3. Windows color (decimal): -4075386 or 8835265. OLE color: 8835265.
HSL color Cylindrical-coordinate representation of color #C1D086: hue angle of 72.16º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1D086 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 134 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.18 |
| HSL | 72.16º | 0.44% | 0.67% | - |
| HSV(B) | 72.16º | 0.36% | 0.82% | - |
| XYZ | 48.85 | 58.17 | 31.21 | - |
| YUV | 195.08 | 93.53 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 134 | 0.07 | 0 | 0.36 | 0.18 | 72.16 | 0.44 | 0.67 |
| Hex | C1 | D0 | 86 | 7 | 0 | 24 | 12 | 48 | 2C | 43 |
| Octal | 301 | 320 | 206 | 7 | 0 | 44 | 22 | 110 | 54 | 103 |
| Binary | 11000001 | 11010000 | 10000110 | 111 | 0 | 100100 | 10010 | 1001000 | 101100 | 1000011 |
Color Harmonies of #C1D086
Complementary color
Monochromatic Colors of #C1D086
Black with #C1D086
Text Example
Text Example
White with #C1D086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D086; }
p { color: rgb(193,208,134); }
H1.HeaderClassName
{
color: #C1D086;
}
.AnyTagClassName
{
color: #C1D086;
}
</style>
background-color css
<style>
a { background-color: #C1D086; }
a { background-color: rgb(193,208,134); }
div.DivClassName
{
background-color: #C1D086;
}
.BgClassName
{
background-color: #C1D086;
}
</style>
border-color css
<style>
span { border-color: #C1D086; }
span { border-color: rgb(193,208,134); }
td.TdClassName
{
border-color: #C1D086;
}
.TagClassName
{
border-color: #C1D086;
}
</style>