Shades of Deco #C8D57C
Tints of Deco #C8D57C
RGB
CMYK
RGB Variations
Color information
#C8D57C (or 0xC8D57C) is known color: Deco. HEX triplet: C8, D5 and 7C. RGB value is (200,213,124). Sum of RGB (Red+Green+Blue) = 200+213+124=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D57C is #372A83. Grayscale: #C7C7C7. Windows color (decimal): -3615364 or 8181192. OLE color: 8181192.
HSL color Cylindrical-coordinate representation of color #C8D57C: hue angle of 68.76º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8D57C is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 124 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.16 |
| HSL | 68.76º | 0.51% | 0.66% | - |
| HSV(B) | 68.76º | 0.42% | 0.84% | - |
| XYZ | 51.25 | 61.32 | 28.2 | - |
| YUV | 198.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 124 | 0.06 | 0 | 0.42 | 0.16 | 68.76 | 0.51 | 0.66 |
| Hex | C8 | D5 | 7C | 6 | 0 | 2A | 10 | 45 | 33 | 42 |
| Octal | 310 | 325 | 174 | 6 | 0 | 52 | 20 | 105 | 63 | 102 |
| Binary | 11001000 | 11010101 | 1111100 | 110 | 0 | 101010 | 10000 | 1000101 | 110011 | 1000010 |
Color Harmonies of #C8D57C
Complementary color
Monochromatic Colors of #C8D57C
Black with #C8D57C
Text Example
Text Example
White with #C8D57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D57C; }
p { color: rgb(200,213,124); }
H1.HeaderClassName
{
color: #C8D57C;
}
.AnyTagClassName
{
color: #C8D57C;
}
</style>
background-color css
<style>
a { background-color: #C8D57C; }
a { background-color: rgb(200,213,124); }
div.DivClassName
{
background-color: #C8D57C;
}
.BgClassName
{
background-color: #C8D57C;
}
</style>
border-color css
<style>
span { border-color: #C8D57C; }
span { border-color: rgb(200,213,124); }
td.TdClassName
{
border-color: #C8D57C;
}
.TagClassName
{
border-color: #C8D57C;
}
</style>