Shades of Deco #C4D080
Tints of Deco #C4D080
RGB
CMYK
RGB Variations
Color information
#C4D080 (or 0xC4D080) is known color: Deco. HEX triplet: C4, D0 and 80. RGB value is (196,208,128). Sum of RGB (Red+Green+Blue) = 196+208+128=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D080 is #3B2F7F. Grayscale: #C3C3C3. Windows color (decimal): -3878784 or 8442052. OLE color: 8442052.
HSL color Cylindrical-coordinate representation of color #C4D080: hue angle of 69º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4D080 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 128 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.18 |
| HSL | 69º | 0.46% | 0.66% | - |
| HSV(B) | 69º | 0.38% | 0.82% | - |
| XYZ | 49.22 | 58.41 | 29.1 | - |
| YUV | 195.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 128 | 0.06 | 0 | 0.38 | 0.18 | 69 | 0.46 | 0.66 |
| Hex | C4 | D0 | 80 | 6 | 0 | 26 | 12 | 45 | 2E | 42 |
| Octal | 304 | 320 | 200 | 6 | 0 | 46 | 22 | 105 | 56 | 102 |
| Binary | 11000100 | 11010000 | 10000000 | 110 | 0 | 100110 | 10010 | 1000101 | 101110 | 1000010 |
Color Harmonies of #C4D080
Complementary color
Monochromatic Colors of #C4D080
Black with #C4D080
Text Example
Text Example
White with #C4D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D080; }
p { color: rgb(196,208,128); }
H1.HeaderClassName
{
color: #C4D080;
}
.AnyTagClassName
{
color: #C4D080;
}
</style>
background-color css
<style>
a { background-color: #C4D080; }
a { background-color: rgb(196,208,128); }
div.DivClassName
{
background-color: #C4D080;
}
.BgClassName
{
background-color: #C4D080;
}
</style>
border-color css
<style>
span { border-color: #C4D080; }
span { border-color: rgb(196,208,128); }
td.TdClassName
{
border-color: #C4D080;
}
.TagClassName
{
border-color: #C4D080;
}
</style>