Shades of Deco #C8D785
Tints of Deco #C8D785
RGB
CMYK
RGB Variations
Color information
#C8D785 (or 0xC8D785) is known color: Deco. HEX triplet: C8, D7 and 85. RGB value is (200,215,133). Sum of RGB (Red+Green+Blue) = 200+215+133=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D785 is #37287A. Grayscale: #C9C9C9. Windows color (decimal): -3614843 or 8771528. OLE color: 8771528.
HSL color Cylindrical-coordinate representation of color #C8D785: hue angle of 70.98º 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 #C8D785 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 133 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.16 |
| HSL | 70.98º | 0.51% | 0.68% | - |
| HSV(B) | 70.98º | 0.38% | 0.84% | - |
| XYZ | 52.35 | 62.57 | 31.51 | - |
| YUV | 201.17 | 89.53 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 133 | 0.07 | 0 | 0.38 | 0.16 | 70.98 | 0.51 | 0.68 |
| Hex | C8 | D7 | 85 | 7 | 0 | 26 | 10 | 47 | 33 | 44 |
| Octal | 310 | 327 | 205 | 7 | 0 | 46 | 20 | 107 | 63 | 104 |
| Binary | 11001000 | 11010111 | 10000101 | 111 | 0 | 100110 | 10000 | 1000111 | 110011 | 1000100 |
Color Harmonies of #C8D785
Complementary color
Monochromatic Colors of #C8D785
Black with #C8D785
Text Example
Text Example
White with #C8D785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D785; }
p { color: rgb(200,215,133); }
H1.HeaderClassName
{
color: #C8D785;
}
.AnyTagClassName
{
color: #C8D785;
}
</style>
background-color css
<style>
a { background-color: #C8D785; }
a { background-color: rgb(200,215,133); }
div.DivClassName
{
background-color: #C8D785;
}
.BgClassName
{
background-color: #C8D785;
}
</style>
border-color css
<style>
span { border-color: #C8D785; }
span { border-color: rgb(200,215,133); }
td.TdClassName
{
border-color: #C8D785;
}
.TagClassName
{
border-color: #C8D785;
}
</style>