Shades of Deco #C8D570
Tints of Deco #C8D570
RGB
CMYK
RGB Variations
Color information
#C8D570 (or 0xC8D570) is known color: Deco. HEX triplet: C8, D5 and 70. RGB value is (200,213,112). Sum of RGB (Red+Green+Blue) = 200+213+112=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D570 is #372A8F. Grayscale: #C5C5C5. Windows color (decimal): -3615376 or 7394760. OLE color: 7394760.
HSL color Cylindrical-coordinate representation of color #C8D570: hue angle of 67.72º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8D570 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 112 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.16 |
| HSL | 67.72º | 0.55% | 0.64% | - |
| HSV(B) | 67.72º | 0.47% | 0.84% | - |
| XYZ | 50.54 | 61.04 | 24.45 | - |
| YUV | 197.6 | 79.69 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 112 | 0.06 | 0 | 0.47 | 0.16 | 67.72 | 0.55 | 0.64 |
| Hex | C8 | D5 | 70 | 6 | 0 | 2F | 10 | 44 | 37 | 40 |
| Octal | 310 | 325 | 160 | 6 | 0 | 57 | 20 | 104 | 67 | 100 |
| Binary | 11001000 | 11010101 | 1110000 | 110 | 0 | 101111 | 10000 | 1000100 | 110111 | 1000000 |
Color Harmonies of #C8D570
Complementary color
Monochromatic Colors of #C8D570
Black with #C8D570
Text Example
Text Example
White with #C8D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D570; }
p { color: rgb(200,213,112); }
H1.HeaderClassName
{
color: #C8D570;
}
.AnyTagClassName
{
color: #C8D570;
}
</style>
background-color css
<style>
a { background-color: #C8D570; }
a { background-color: rgb(200,213,112); }
div.DivClassName
{
background-color: #C8D570;
}
.BgClassName
{
background-color: #C8D570;
}
</style>
border-color css
<style>
span { border-color: #C8D570; }
span { border-color: rgb(200,213,112); }
td.TdClassName
{
border-color: #C8D570;
}
.TagClassName
{
border-color: #C8D570;
}
</style>