Shades of Deco #C8D584
Tints of Deco #C8D584
RGB
CMYK
RGB Variations
Color information
#C8D584 (or 0xC8D584) is known color: Deco. HEX triplet: C8, D5 and 84. RGB value is (200,213,132). Sum of RGB (Red+Green+Blue) = 200+213+132=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D584 is #372A7B. Grayscale: #C8C8C8. Windows color (decimal): -3615356 or 8705480. OLE color: 8705480.
HSL color Cylindrical-coordinate representation of color #C8D584: hue angle of 69.63º degrees, saturation: 0.49, 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 #C8D584 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 132 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.16 |
| HSL | 69.63º | 0.49% | 0.68% | - |
| HSV(B) | 69.63º | 0.38% | 0.84% | - |
| XYZ | 51.78 | 61.53 | 30.98 | - |
| YUV | 199.88 | 89.69 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 132 | 0.06 | 0 | 0.38 | 0.16 | 69.63 | 0.49 | 0.68 |
| Hex | C8 | D5 | 84 | 6 | 0 | 26 | 10 | 46 | 31 | 44 |
| Octal | 310 | 325 | 204 | 6 | 0 | 46 | 20 | 106 | 61 | 104 |
| Binary | 11001000 | 11010101 | 10000100 | 110 | 0 | 100110 | 10000 | 1000110 | 110001 | 1000100 |
Color Harmonies of #C8D584
Complementary color
Monochromatic Colors of #C8D584
Black with #C8D584
Text Example
Text Example
White with #C8D584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D584; }
p { color: rgb(200,213,132); }
H1.HeaderClassName
{
color: #C8D584;
}
.AnyTagClassName
{
color: #C8D584;
}
</style>
background-color css
<style>
a { background-color: #C8D584; }
a { background-color: rgb(200,213,132); }
div.DivClassName
{
background-color: #C8D584;
}
.BgClassName
{
background-color: #C8D584;
}
</style>
border-color css
<style>
span { border-color: #C8D584; }
span { border-color: rgb(200,213,132); }
td.TdClassName
{
border-color: #C8D584;
}
.TagClassName
{
border-color: #C8D584;
}
</style>