Shades of Deco #C0D675
Tints of Deco #C0D675
RGB
CMYK
RGB Variations
Color information
#C0D675 (or 0xC0D675) is known color: Deco. HEX triplet: C0, D6 and 75. RGB value is (192,214,117). Sum of RGB (Red+Green+Blue) = 192+214+117=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D675 is #3F298A. Grayscale: #C4C4C4. Windows color (decimal): -4139403 or 7722688. OLE color: 7722688.
HSL color Cylindrical-coordinate representation of color #C0D675: hue angle of 73.61º degrees, saturation: 0.54, 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 #C0D675 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 117 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.16 |
| HSL | 73.61º | 0.54% | 0.65% | - |
| HSV(B) | 73.61º | 0.45% | 0.84% | - |
| XYZ | 49 | 60.58 | 25.94 | - |
| YUV | 196.36 | 83.21 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 117 | 0.10 | 0 | 0.45 | 0.16 | 73.61 | 0.54 | 0.65 |
| Hex | C0 | D6 | 75 | A | 0 | 2D | 10 | 4A | 36 | 41 |
| Octal | 300 | 326 | 165 | 12 | 0 | 55 | 20 | 112 | 66 | 101 |
| Binary | 11000000 | 11010110 | 1110101 | 1010 | 0 | 101101 | 10000 | 1001010 | 110110 | 1000001 |
Color Harmonies of #C0D675
Complementary color
Monochromatic Colors of #C0D675
Black with #C0D675
Text Example
Text Example
White with #C0D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D675; }
p { color: rgb(192,214,117); }
H1.HeaderClassName
{
color: #C0D675;
}
.AnyTagClassName
{
color: #C0D675;
}
</style>
background-color css
<style>
a { background-color: #C0D675; }
a { background-color: rgb(192,214,117); }
div.DivClassName
{
background-color: #C0D675;
}
.BgClassName
{
background-color: #C0D675;
}
</style>
border-color css
<style>
span { border-color: #C0D675; }
span { border-color: rgb(192,214,117); }
td.TdClassName
{
border-color: #C0D675;
}
.TagClassName
{
border-color: #C0D675;
}
</style>