Shades of Deco #C8D572
Tints of Deco #C8D572
RGB
CMYK
RGB Variations
Color information
#C8D572 (or 0xC8D572) is known color: Deco. HEX triplet: C8, D5 and 72. RGB value is (200,213,114). Sum of RGB (Red+Green+Blue) = 200+213+114=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D572 is #372A8D. Grayscale: #C6C6C6. Windows color (decimal): -3615374 or 7525832. OLE color: 7525832.
HSL color Cylindrical-coordinate representation of color #C8D572: hue angle of 67.88º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8D572 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 114 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.16 |
| HSL | 67.88º | 0.54% | 0.64% | - |
| HSV(B) | 67.88º | 0.46% | 0.84% | - |
| XYZ | 50.65 | 61.08 | 25.04 | - |
| YUV | 197.83 | 80.69 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 114 | 0.06 | 0 | 0.46 | 0.16 | 67.88 | 0.54 | 0.64 |
| Hex | C8 | D5 | 72 | 6 | 0 | 2E | 10 | 44 | 36 | 40 |
| Octal | 310 | 325 | 162 | 6 | 0 | 56 | 20 | 104 | 66 | 100 |
| Binary | 11001000 | 11010101 | 1110010 | 110 | 0 | 101110 | 10000 | 1000100 | 110110 | 1000000 |
Color Harmonies of #C8D572
Complementary color
Monochromatic Colors of #C8D572
Black with #C8D572
Text Example
Text Example
White with #C8D572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D572; }
p { color: rgb(200,213,114); }
H1.HeaderClassName
{
color: #C8D572;
}
.AnyTagClassName
{
color: #C8D572;
}
</style>
background-color css
<style>
a { background-color: #C8D572; }
a { background-color: rgb(200,213,114); }
div.DivClassName
{
background-color: #C8D572;
}
.BgClassName
{
background-color: #C8D572;
}
</style>
border-color css
<style>
span { border-color: #C8D572; }
span { border-color: rgb(200,213,114); }
td.TdClassName
{
border-color: #C8D572;
}
.TagClassName
{
border-color: #C8D572;
}
</style>