Shades of Granny Apple #C7EACF
Tints of Granny Apple #C7EACF
RGB
CMYK
RGB Variations
Color information
#C7EACF (or 0xC7EACF) is known color: Granny Apple. HEX triplet: C7, EA and CF. RGB value is (199,234,207). Sum of RGB (Red+Green+Blue) = 199+234+207=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EACF is #381530. Grayscale: #DCDCDC. Windows color (decimal): -3675441 or 13626055. OLE color: 13626055.
HSL color Cylindrical-coordinate representation of color #C7EACF: hue angle of 133.71º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7EACF is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 234 | 207 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.08 |
| HSL | 133.71º | 0.45% | 0.85% | - |
| HSV(B) | 133.71º | 0.15% | 0.92% | - |
| XYZ | 64.24 | 75.49 | 70.22 | - |
| YUV | 220.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 234 | 207 | 0.15 | 0 | 0.12 | 0.08 | 133.71 | 0.45 | 0.85 |
| Hex | C7 | EA | CF | F | 0 | C | 8 | 86 | 2D | 55 |
| Octal | 307 | 352 | 317 | 17 | 0 | 14 | 10 | 206 | 55 | 125 |
| Binary | 11000111 | 11101010 | 11001111 | 1111 | 0 | 1100 | 1000 | 10000110 | 101101 | 1010101 |
Color Harmonies of #C7EACF
Complementary color
Monochromatic Colors of #C7EACF
Black with #C7EACF
Text Example
Text Example
White with #C7EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EACF; }
p { color: rgb(199,234,207); }
H1.HeaderClassName
{
color: #C7EACF;
}
.AnyTagClassName
{
color: #C7EACF;
}
</style>
background-color css
<style>
a { background-color: #C7EACF; }
a { background-color: rgb(199,234,207); }
div.DivClassName
{
background-color: #C7EACF;
}
.BgClassName
{
background-color: #C7EACF;
}
</style>
border-color css
<style>
span { border-color: #C7EACF; }
span { border-color: rgb(199,234,207); }
td.TdClassName
{
border-color: #C7EACF;
}
.TagClassName
{
border-color: #C7EACF;
}
</style>