Shades of Deco #C7CF71
Tints of Deco #C7CF71
RGB
CMYK
RGB Variations
Color information
#C7CF71 (or 0xC7CF71) is known color: Deco. HEX triplet: C7, CF and 71. RGB value is (199,207,113). Sum of RGB (Red+Green+Blue) = 199+207+113=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF71 is #38308E. Grayscale: #C2C2C2. Windows color (decimal): -3682447 or 7458759. OLE color: 7458759.
HSL color Cylindrical-coordinate representation of color #C7CF71: hue angle of 65.11º 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 #C7CF71 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 113 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.19 |
| HSL | 65.11º | 0.49% | 0.63% | - |
| HSV(B) | 65.11º | 0.45% | 0.81% | - |
| XYZ | 48.85 | 57.96 | 24.24 | - |
| YUV | 193.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 113 | 0.04 | 0 | 0.45 | 0.19 | 65.11 | 0.49 | 0.63 |
| Hex | C7 | CF | 71 | 4 | 0 | 2D | 13 | 41 | 31 | 3F |
| Octal | 307 | 317 | 161 | 4 | 0 | 55 | 23 | 101 | 61 | 77 |
| Binary | 11000111 | 11001111 | 1110001 | 100 | 0 | 101101 | 10011 | 1000001 | 110001 | 111111 |
Color Harmonies of #C7CF71
Complementary color
Monochromatic Colors of #C7CF71
Black with #C7CF71
Text Example
Text Example
White with #C7CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF71; }
p { color: rgb(199,207,113); }
H1.HeaderClassName
{
color: #C7CF71;
}
.AnyTagClassName
{
color: #C7CF71;
}
</style>
background-color css
<style>
a { background-color: #C7CF71; }
a { background-color: rgb(199,207,113); }
div.DivClassName
{
background-color: #C7CF71;
}
.BgClassName
{
background-color: #C7CF71;
}
</style>
border-color css
<style>
span { border-color: #C7CF71; }
span { border-color: rgb(199,207,113); }
td.TdClassName
{
border-color: #C7CF71;
}
.TagClassName
{
border-color: #C7CF71;
}
</style>