Shades of Deco #C1D282
Tints of Deco #C1D282
RGB
CMYK
RGB Variations
Color information
#C1D282 (or 0xC1D282) is known color: Deco. HEX triplet: C1, D2 and 82. RGB value is (193,210,130). Sum of RGB (Red+Green+Blue) = 193+210+130=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D282 is #3E2D7D. Grayscale: #C4C4C4. Windows color (decimal): -4074878 or 8573633. OLE color: 8573633.
HSL color Cylindrical-coordinate representation of color #C1D282: hue angle of 72.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1D282 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 130 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.18 |
| HSL | 72.75º | 0.47% | 0.67% | - |
| HSV(B) | 72.75º | 0.38% | 0.82% | - |
| XYZ | 49.07 | 59.04 | 29.93 | - |
| YUV | 195.8 | 90.87 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 130 | 0.08 | 0 | 0.38 | 0.18 | 72.75 | 0.47 | 0.67 |
| Hex | C1 | D2 | 82 | 8 | 0 | 26 | 12 | 49 | 2F | 43 |
| Octal | 301 | 322 | 202 | 10 | 0 | 46 | 22 | 111 | 57 | 103 |
| Binary | 11000001 | 11010010 | 10000010 | 1000 | 0 | 100110 | 10010 | 1001001 | 101111 | 1000011 |
Color Harmonies of #C1D282
Complementary color
Monochromatic Colors of #C1D282
Black with #C1D282
Text Example
Text Example
White with #C1D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D282; }
p { color: rgb(193,210,130); }
H1.HeaderClassName
{
color: #C1D282;
}
.AnyTagClassName
{
color: #C1D282;
}
</style>
background-color css
<style>
a { background-color: #C1D282; }
a { background-color: rgb(193,210,130); }
div.DivClassName
{
background-color: #C1D282;
}
.BgClassName
{
background-color: #C1D282;
}
</style>
border-color css
<style>
span { border-color: #C1D282; }
span { border-color: rgb(193,210,130); }
td.TdClassName
{
border-color: #C1D282;
}
.TagClassName
{
border-color: #C1D282;
}
</style>