Shades of Deco #C7D571
Tints of Deco #C7D571
RGB
CMYK
RGB Variations
Color information
#C7D571 (or 0xC7D571) is known color: Deco. HEX triplet: C7, D5 and 71. RGB value is (199,213,113). Sum of RGB (Red+Green+Blue) = 199+213+113=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D571 is #382A8E. Grayscale: #C5C5C5. Windows color (decimal): -3680911 or 7460295. OLE color: 7460295.
HSL color Cylindrical-coordinate representation of color #C7D571: hue angle of 68.4º degrees, saturation: 0.54, 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 #C7D571 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 113 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.16 |
| HSL | 68.4º | 0.54% | 0.64% | - |
| HSV(B) | 68.4º | 0.47% | 0.84% | - |
| XYZ | 50.33 | 60.92 | 24.73 | - |
| YUV | 197.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 113 | 0.07 | 0 | 0.47 | 0.16 | 68.4 | 0.54 | 0.64 |
| Hex | C7 | D5 | 71 | 7 | 0 | 2F | 10 | 44 | 36 | 40 |
| Octal | 307 | 325 | 161 | 7 | 0 | 57 | 20 | 104 | 66 | 100 |
| Binary | 11000111 | 11010101 | 1110001 | 111 | 0 | 101111 | 10000 | 1000100 | 110110 | 1000000 |
Color Harmonies of #C7D571
Complementary color
Monochromatic Colors of #C7D571
Black with #C7D571
Text Example
Text Example
White with #C7D571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D571; }
p { color: rgb(199,213,113); }
H1.HeaderClassName
{
color: #C7D571;
}
.AnyTagClassName
{
color: #C7D571;
}
</style>
background-color css
<style>
a { background-color: #C7D571; }
a { background-color: rgb(199,213,113); }
div.DivClassName
{
background-color: #C7D571;
}
.BgClassName
{
background-color: #C7D571;
}
</style>
border-color css
<style>
span { border-color: #C7D571; }
span { border-color: rgb(199,213,113); }
td.TdClassName
{
border-color: #C7D571;
}
.TagClassName
{
border-color: #C7D571;
}
</style>