Shades of Deco #C1D078
Tints of Deco #C1D078
RGB
CMYK
RGB Variations
Color information
#C1D078 (or 0xC1D078) is known color: Deco. HEX triplet: C1, D0 and 78. RGB value is (193,208,120). Sum of RGB (Red+Green+Blue) = 193+208+120=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D078 is #3E2F87. Grayscale: #C1C1C1. Windows color (decimal): -4075400 or 7917761. OLE color: 7917761.
HSL color Cylindrical-coordinate representation of color #C1D078: hue angle of 70.23º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1D078 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 120 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.18 |
| HSL | 70.23º | 0.48% | 0.64% | - |
| HSV(B) | 70.23º | 0.42% | 0.82% | - |
| XYZ | 47.94 | 57.81 | 26.4 | - |
| YUV | 193.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 120 | 0.07 | 0 | 0.42 | 0.18 | 70.23 | 0.48 | 0.64 |
| Hex | C1 | D0 | 78 | 7 | 0 | 2A | 12 | 46 | 30 | 40 |
| Octal | 301 | 320 | 170 | 7 | 0 | 52 | 22 | 106 | 60 | 100 |
| Binary | 11000001 | 11010000 | 1111000 | 111 | 0 | 101010 | 10010 | 1000110 | 110000 | 1000000 |
Color Harmonies of #C1D078
Complementary color
Monochromatic Colors of #C1D078
Black with #C1D078
Text Example
Text Example
White with #C1D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D078; }
p { color: rgb(193,208,120); }
H1.HeaderClassName
{
color: #C1D078;
}
.AnyTagClassName
{
color: #C1D078;
}
</style>
background-color css
<style>
a { background-color: #C1D078; }
a { background-color: rgb(193,208,120); }
div.DivClassName
{
background-color: #C1D078;
}
.BgClassName
{
background-color: #C1D078;
}
</style>
border-color css
<style>
span { border-color: #C1D078; }
span { border-color: rgb(193,208,120); }
td.TdClassName
{
border-color: #C1D078;
}
.TagClassName
{
border-color: #C1D078;
}
</style>