Shades of Deco #C1D279
Tints of Deco #C1D279
RGB
CMYK
RGB Variations
Color information
#C1D279 (or 0xC1D279) is known color: Deco. HEX triplet: C1, D2 and 79. RGB value is (193,210,121). Sum of RGB (Red+Green+Blue) = 193+210+121=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D279 is #3E2D86. Grayscale: #C3C3C3. Windows color (decimal): -4074887 or 7983809. OLE color: 7983809.
HSL color Cylindrical-coordinate representation of color #C1D279: hue angle of 71.46º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1D279 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 121 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.18 |
| HSL | 71.46º | 0.5% | 0.65% | - |
| HSV(B) | 71.46º | 0.42% | 0.82% | - |
| XYZ | 48.49 | 58.81 | 26.89 | - |
| YUV | 194.77 | 86.37 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 121 | 0.08 | 0 | 0.42 | 0.18 | 71.46 | 0.5 | 0.65 |
| Hex | C1 | D2 | 79 | 8 | 0 | 2A | 12 | 47 | 32 | 41 |
| Octal | 301 | 322 | 171 | 10 | 0 | 52 | 22 | 107 | 62 | 101 |
| Binary | 11000001 | 11010010 | 1111001 | 1000 | 0 | 101010 | 10010 | 1000111 | 110010 | 1000001 |
Color Harmonies of #C1D279
Complementary color
Monochromatic Colors of #C1D279
Black with #C1D279
Text Example
Text Example
White with #C1D279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D279; }
p { color: rgb(193,210,121); }
H1.HeaderClassName
{
color: #C1D279;
}
.AnyTagClassName
{
color: #C1D279;
}
</style>
background-color css
<style>
a { background-color: #C1D279; }
a { background-color: rgb(193,210,121); }
div.DivClassName
{
background-color: #C1D279;
}
.BgClassName
{
background-color: #C1D279;
}
</style>
border-color css
<style>
span { border-color: #C1D279; }
span { border-color: rgb(193,210,121); }
td.TdClassName
{
border-color: #C1D279;
}
.TagClassName
{
border-color: #C1D279;
}
</style>