Shades of Deco #C0D087
Tints of Deco #C0D087
RGB
CMYK
RGB Variations
Color information
#C0D087 (or 0xC0D087) is known color: Deco. HEX triplet: C0, D0 and 87. RGB value is (192,208,135). Sum of RGB (Red+Green+Blue) = 192+208+135=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D087 is #3F2F78. Grayscale: #C3C3C3. Windows color (decimal): -4140921 or 8900800. OLE color: 8900800.
HSL color Cylindrical-coordinate representation of color #C0D087: hue angle of 73.15º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0D087 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 135 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.18 |
| HSL | 73.15º | 0.44% | 0.67% | - |
| HSV(B) | 73.15º | 0.35% | 0.82% | - |
| XYZ | 48.67 | 58.07 | 31.56 | - |
| YUV | 194.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 135 | 0.08 | 0 | 0.35 | 0.18 | 73.15 | 0.44 | 0.67 |
| Hex | C0 | D0 | 87 | 8 | 0 | 23 | 12 | 49 | 2C | 43 |
| Octal | 300 | 320 | 207 | 10 | 0 | 43 | 22 | 111 | 54 | 103 |
| Binary | 11000000 | 11010000 | 10000111 | 1000 | 0 | 100011 | 10010 | 1001001 | 101100 | 1000011 |
Color Harmonies of #C0D087
Complementary color
Monochromatic Colors of #C0D087
Black with #C0D087
Text Example
Text Example
White with #C0D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D087; }
p { color: rgb(192,208,135); }
H1.HeaderClassName
{
color: #C0D087;
}
.AnyTagClassName
{
color: #C0D087;
}
</style>
background-color css
<style>
a { background-color: #C0D087; }
a { background-color: rgb(192,208,135); }
div.DivClassName
{
background-color: #C0D087;
}
.BgClassName
{
background-color: #C0D087;
}
</style>
border-color css
<style>
span { border-color: #C0D087; }
span { border-color: rgb(192,208,135); }
td.TdClassName
{
border-color: #C0D087;
}
.TagClassName
{
border-color: #C0D087;
}
</style>