Shades of Deco #C2D673
Tints of Deco #C2D673
RGB
CMYK
RGB Variations
Color information
#C2D673 (or 0xC2D673) is known color: Deco. HEX triplet: C2, D6 and 73. RGB value is (194,214,115). Sum of RGB (Red+Green+Blue) = 194+214+115=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D673 is #3D298C. Grayscale: #C5C5C5. Windows color (decimal): -4008333 or 7591618. OLE color: 7591618.
HSL color Cylindrical-coordinate representation of color #C2D673: hue angle of 72.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2D673 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 115 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.16 |
| HSL | 72.12º | 0.55% | 0.65% | - |
| HSV(B) | 72.12º | 0.46% | 0.84% | - |
| XYZ | 49.39 | 60.8 | 25.35 | - |
| YUV | 196.73 | 81.87 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 115 | 0.09 | 0 | 0.46 | 0.16 | 72.12 | 0.55 | 0.65 |
| Hex | C2 | D6 | 73 | 9 | 0 | 2E | 10 | 48 | 37 | 41 |
| Octal | 302 | 326 | 163 | 11 | 0 | 56 | 20 | 110 | 67 | 101 |
| Binary | 11000010 | 11010110 | 1110011 | 1001 | 0 | 101110 | 10000 | 1001000 | 110111 | 1000001 |
Color Harmonies of #C2D673
Complementary color
Monochromatic Colors of #C2D673
Black with #C2D673
Text Example
Text Example
White with #C2D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D673; }
p { color: rgb(194,214,115); }
H1.HeaderClassName
{
color: #C2D673;
}
.AnyTagClassName
{
color: #C2D673;
}
</style>
background-color css
<style>
a { background-color: #C2D673; }
a { background-color: rgb(194,214,115); }
div.DivClassName
{
background-color: #C2D673;
}
.BgClassName
{
background-color: #C2D673;
}
</style>
border-color css
<style>
span { border-color: #C2D673; }
span { border-color: rgb(194,214,115); }
td.TdClassName
{
border-color: #C2D673;
}
.TagClassName
{
border-color: #C2D673;
}
</style>