Shades of Deco #C7CE71
Tints of Deco #C7CE71
RGB
CMYK
RGB Variations
Color information
#C7CE71 (or 0xC7CE71) is known color: Deco. HEX triplet: C7, CE and 71. RGB value is (199,206,113). Sum of RGB (Red+Green+Blue) = 199+206+113=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CE71 is #38318E. Grayscale: #C1C1C1. Windows color (decimal): -3682703 or 7458503. OLE color: 7458503.
HSL color Cylindrical-coordinate representation of color #C7CE71: hue angle of 64.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7CE71 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 113 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.19 |
| HSL | 64.52º | 0.49% | 0.63% | - |
| HSV(B) | 64.52º | 0.45% | 0.81% | - |
| XYZ | 48.61 | 57.48 | 24.16 | - |
| YUV | 193.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 113 | 0.03 | 0 | 0.45 | 0.19 | 64.52 | 0.49 | 0.63 |
| Hex | C7 | CE | 71 | 3 | 0 | 2D | 13 | 41 | 31 | 3F |
| Octal | 307 | 316 | 161 | 3 | 0 | 55 | 23 | 101 | 61 | 77 |
| Binary | 11000111 | 11001110 | 1110001 | 11 | 0 | 101101 | 10011 | 1000001 | 110001 | 111111 |
Color Harmonies of #C7CE71
Complementary color
Monochromatic Colors of #C7CE71
Black with #C7CE71
Text Example
Text Example
White with #C7CE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE71; }
p { color: rgb(199,206,113); }
H1.HeaderClassName
{
color: #C7CE71;
}
.AnyTagClassName
{
color: #C7CE71;
}
</style>
background-color css
<style>
a { background-color: #C7CE71; }
a { background-color: rgb(199,206,113); }
div.DivClassName
{
background-color: #C7CE71;
}
.BgClassName
{
background-color: #C7CE71;
}
</style>
border-color css
<style>
span { border-color: #C7CE71; }
span { border-color: rgb(199,206,113); }
td.TdClassName
{
border-color: #C7CE71;
}
.TagClassName
{
border-color: #C7CE71;
}
</style>