Shades of Deco #C8D78B
Tints of Deco #C8D78B
RGB
CMYK
RGB Variations
Color information
#C8D78B (or 0xC8D78B) is known color: Deco. HEX triplet: C8, D7 and 8B. RGB value is (200,215,139). Sum of RGB (Red+Green+Blue) = 200+215+139=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D78B is #372874. Grayscale: #CACACA. Windows color (decimal): -3614837 or 9164744. OLE color: 9164744.
HSL color Cylindrical-coordinate representation of color #C8D78B: hue angle of 71.84º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8D78B is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 139 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.16 |
| HSL | 71.84º | 0.49% | 0.69% | - |
| HSV(B) | 71.84º | 0.35% | 0.84% | - |
| XYZ | 52.78 | 62.74 | 33.76 | - |
| YUV | 201.85 | 92.53 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 139 | 0.07 | 0 | 0.35 | 0.16 | 71.84 | 0.49 | 0.69 |
| Hex | C8 | D7 | 8B | 7 | 0 | 23 | 10 | 48 | 31 | 45 |
| Octal | 310 | 327 | 213 | 7 | 0 | 43 | 20 | 110 | 61 | 105 |
| Binary | 11001000 | 11010111 | 10001011 | 111 | 0 | 100011 | 10000 | 1001000 | 110001 | 1000101 |
Color Harmonies of #C8D78B
Complementary color
Monochromatic Colors of #C8D78B
Black with #C8D78B
Text Example
Text Example
White with #C8D78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D78B; }
p { color: rgb(200,215,139); }
H1.HeaderClassName
{
color: #C8D78B;
}
.AnyTagClassName
{
color: #C8D78B;
}
</style>
background-color css
<style>
a { background-color: #C8D78B; }
a { background-color: rgb(200,215,139); }
div.DivClassName
{
background-color: #C8D78B;
}
.BgClassName
{
background-color: #C8D78B;
}
</style>
border-color css
<style>
span { border-color: #C8D78B; }
span { border-color: rgb(200,215,139); }
td.TdClassName
{
border-color: #C8D78B;
}
.TagClassName
{
border-color: #C8D78B;
}
</style>