Shades of Deco #C8D574
Tints of Deco #C8D574
RGB
CMYK
RGB Variations
Color information
#C8D574 (or 0xC8D574) is known color: Deco. HEX triplet: C8, D5 and 74. RGB value is (200,213,116). Sum of RGB (Red+Green+Blue) = 200+213+116=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D574 is #372A8B. Grayscale: #C6C6C6. Windows color (decimal): -3615372 or 7656904. OLE color: 7656904.
HSL color Cylindrical-coordinate representation of color #C8D574: hue angle of 68.04º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8D574 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 116 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.16 |
| HSL | 68.04º | 0.54% | 0.65% | - |
| HSV(B) | 68.04º | 0.46% | 0.84% | - |
| XYZ | 50.77 | 61.13 | 25.65 | - |
| YUV | 198.06 | 81.69 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 116 | 0.06 | 0 | 0.46 | 0.16 | 68.04 | 0.54 | 0.65 |
| Hex | C8 | D5 | 74 | 6 | 0 | 2E | 10 | 44 | 36 | 41 |
| Octal | 310 | 325 | 164 | 6 | 0 | 56 | 20 | 104 | 66 | 101 |
| Binary | 11001000 | 11010101 | 1110100 | 110 | 0 | 101110 | 10000 | 1000100 | 110110 | 1000001 |
Color Harmonies of #C8D574
Complementary color
Monochromatic Colors of #C8D574
Black with #C8D574
Text Example
Text Example
White with #C8D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D574; }
p { color: rgb(200,213,116); }
H1.HeaderClassName
{
color: #C8D574;
}
.AnyTagClassName
{
color: #C8D574;
}
</style>
background-color css
<style>
a { background-color: #C8D574; }
a { background-color: rgb(200,213,116); }
div.DivClassName
{
background-color: #C8D574;
}
.BgClassName
{
background-color: #C8D574;
}
</style>
border-color css
<style>
span { border-color: #C8D574; }
span { border-color: rgb(200,213,116); }
td.TdClassName
{
border-color: #C8D574;
}
.TagClassName
{
border-color: #C8D574;
}
</style>