Shades of Deco #C2D575
Tints of Deco #C2D575
RGB
CMYK
RGB Variations
Color information
#C2D575 (or 0xC2D575) is known color: Deco. HEX triplet: C2, D5 and 75. RGB value is (194,213,117). Sum of RGB (Red+Green+Blue) = 194+213+117=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D575 is #3D2A8A. Grayscale: #C4C4C4. Windows color (decimal): -4008587 or 7722434. OLE color: 7722434.
HSL color Cylindrical-coordinate representation of color #C2D575: hue angle of 71.88º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2D575 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 117 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.16 |
| HSL | 71.88º | 0.53% | 0.65% | - |
| HSV(B) | 71.88º | 0.45% | 0.84% | - |
| XYZ | 49.25 | 60.34 | 25.88 | - |
| YUV | 196.38 | 83.21 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 117 | 0.09 | 0 | 0.45 | 0.16 | 71.88 | 0.53 | 0.65 |
| Hex | C2 | D5 | 75 | 9 | 0 | 2D | 10 | 48 | 35 | 41 |
| Octal | 302 | 325 | 165 | 11 | 0 | 55 | 20 | 110 | 65 | 101 |
| Binary | 11000010 | 11010101 | 1110101 | 1001 | 0 | 101101 | 10000 | 1001000 | 110101 | 1000001 |
Color Harmonies of #C2D575
Complementary color
Monochromatic Colors of #C2D575
Black with #C2D575
Text Example
Text Example
White with #C2D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D575; }
p { color: rgb(194,213,117); }
H1.HeaderClassName
{
color: #C2D575;
}
.AnyTagClassName
{
color: #C2D575;
}
</style>
background-color css
<style>
a { background-color: #C2D575; }
a { background-color: rgb(194,213,117); }
div.DivClassName
{
background-color: #C2D575;
}
.BgClassName
{
background-color: #C2D575;
}
</style>
border-color css
<style>
span { border-color: #C2D575; }
span { border-color: rgb(194,213,117); }
td.TdClassName
{
border-color: #C2D575;
}
.TagClassName
{
border-color: #C2D575;
}
</style>