Shades of Deco #C8D591
Tints of Deco #C8D591
RGB
CMYK
RGB Variations
Color information
#C8D591 (or 0xC8D591) is known color: Deco. HEX triplet: C8, D5 and 91. RGB value is (200,213,145). Sum of RGB (Red+Green+Blue) = 200+213+145=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 145 (57.03% from 255 or 25.99% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D591 is #372A6E. Grayscale: #C9C9C9. Windows color (decimal): -3615343 or 9557448. OLE color: 9557448.
HSL color Cylindrical-coordinate representation of color #C8D591: hue angle of 71.47º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8D591 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 145 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.16 |
| HSL | 71.47º | 0.45% | 0.7% | - |
| HSV(B) | 71.47º | 0.32% | 0.84% | - |
| XYZ | 52.72 | 61.91 | 35.96 | - |
| YUV | 201.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 145 | 0.06 | 0 | 0.32 | 0.16 | 71.47 | 0.45 | 0.7 |
| Hex | C8 | D5 | 91 | 6 | 0 | 20 | 10 | 47 | 2D | 46 |
| Octal | 310 | 325 | 221 | 6 | 0 | 40 | 20 | 107 | 55 | 106 |
| Binary | 11001000 | 11010101 | 10010001 | 110 | 0 | 100000 | 10000 | 1000111 | 101101 | 1000110 |
Color Harmonies of #C8D591
Complementary color
Monochromatic Colors of #C8D591
Black with #C8D591
Text Example
Text Example
White with #C8D591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D591; }
p { color: rgb(200,213,145); }
H1.HeaderClassName
{
color: #C8D591;
}
.AnyTagClassName
{
color: #C8D591;
}
</style>
background-color css
<style>
a { background-color: #C8D591; }
a { background-color: rgb(200,213,145); }
div.DivClassName
{
background-color: #C8D591;
}
.BgClassName
{
background-color: #C8D591;
}
</style>
border-color css
<style>
span { border-color: #C8D591; }
span { border-color: rgb(200,213,145); }
td.TdClassName
{
border-color: #C8D591;
}
.TagClassName
{
border-color: #C8D591;
}
</style>