Shades of Deco #C8D585
Tints of Deco #C8D585
RGB
CMYK
RGB Variations
Color information
#C8D585 (or 0xC8D585) is known color: Deco. HEX triplet: C8, D5 and 85. RGB value is (200,213,133). Sum of RGB (Red+Green+Blue) = 200+213+133=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D585 is #372A7A. Grayscale: #C8C8C8. Windows color (decimal): -3615355 or 8771016. OLE color: 8771016.
HSL color Cylindrical-coordinate representation of color #C8D585: hue angle of 69.75º 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 #C8D585 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 133 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.16 |
| HSL | 69.75º | 0.49% | 0.68% | - |
| HSV(B) | 69.75º | 0.38% | 0.84% | - |
| XYZ | 51.85 | 61.56 | 31.34 | - |
| YUV | 199.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 133 | 0.06 | 0 | 0.38 | 0.16 | 69.75 | 0.49 | 0.68 |
| Hex | C8 | D5 | 85 | 6 | 0 | 26 | 10 | 46 | 31 | 44 |
| Octal | 310 | 325 | 205 | 6 | 0 | 46 | 20 | 106 | 61 | 104 |
| Binary | 11001000 | 11010101 | 10000101 | 110 | 0 | 100110 | 10000 | 1000110 | 110001 | 1000100 |
Color Harmonies of #C8D585
Complementary color
Monochromatic Colors of #C8D585
Black with #C8D585
Text Example
Text Example
White with #C8D585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D585; }
p { color: rgb(200,213,133); }
H1.HeaderClassName
{
color: #C8D585;
}
.AnyTagClassName
{
color: #C8D585;
}
</style>
background-color css
<style>
a { background-color: #C8D585; }
a { background-color: rgb(200,213,133); }
div.DivClassName
{
background-color: #C8D585;
}
.BgClassName
{
background-color: #C8D585;
}
</style>
border-color css
<style>
span { border-color: #C8D585; }
span { border-color: rgb(200,213,133); }
td.TdClassName
{
border-color: #C8D585;
}
.TagClassName
{
border-color: #C8D585;
}
</style>