Shades of Deco #C4D785
Tints of Deco #C4D785
RGB
CMYK
RGB Variations
Color information
#C4D785 (or 0xC4D785) is known color: Deco. HEX triplet: C4, D7 and 85. RGB value is (196,215,133). Sum of RGB (Red+Green+Blue) = 196+215+133=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D785 is #3B287A. Grayscale: #C8C8C8. Windows color (decimal): -3876987 or 8771524. OLE color: 8771524.
HSL color Cylindrical-coordinate representation of color #C4D785: hue angle of 73.9º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4D785 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 133 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.16 |
| HSL | 73.9º | 0.51% | 0.68% | - |
| HSV(B) | 73.9º | 0.38% | 0.84% | - |
| XYZ | 51.3 | 62.03 | 31.46 | - |
| YUV | 199.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 133 | 0.09 | 0 | 0.38 | 0.16 | 73.9 | 0.51 | 0.68 |
| Hex | C4 | D7 | 85 | 9 | 0 | 26 | 10 | 4A | 33 | 44 |
| Octal | 304 | 327 | 205 | 11 | 0 | 46 | 20 | 112 | 63 | 104 |
| Binary | 11000100 | 11010111 | 10000101 | 1001 | 0 | 100110 | 10000 | 1001010 | 110011 | 1000100 |
Color Harmonies of #C4D785
Complementary color
Monochromatic Colors of #C4D785
Black with #C4D785
Text Example
Text Example
White with #C4D785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D785; }
p { color: rgb(196,215,133); }
H1.HeaderClassName
{
color: #C4D785;
}
.AnyTagClassName
{
color: #C4D785;
}
</style>
background-color css
<style>
a { background-color: #C4D785; }
a { background-color: rgb(196,215,133); }
div.DivClassName
{
background-color: #C4D785;
}
.BgClassName
{
background-color: #C4D785;
}
</style>
border-color css
<style>
span { border-color: #C4D785; }
span { border-color: rgb(196,215,133); }
td.TdClassName
{
border-color: #C4D785;
}
.TagClassName
{
border-color: #C4D785;
}
</style>