Shades of Granny Apple #C7E0CF
Tints of Granny Apple #C7E0CF
RGB
CMYK
RGB Variations
Color information
#C7E0CF (or 0xC7E0CF) is known color: Granny Apple. HEX triplet: C7, E0 and CF. RGB value is (199,224,207). Sum of RGB (Red+Green+Blue) = 199+224+207=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E0CF is #381F30. Grayscale: #D6D6D6. Windows color (decimal): -3678001 or 13623495. OLE color: 13623495.
HSL color Cylindrical-coordinate representation of color #C7E0CF: hue angle of 139.2º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7E0CF is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 207 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.12 |
| HSL | 139.2º | 0.29% | 0.83% | - |
| HSV(B) | 139.2º | 0.11% | 0.88% | - |
| XYZ | 61.47 | 69.96 | 69.29 | - |
| YUV | 214.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 207 | 0.11 | 0 | 0.08 | 0.12 | 139.2 | 0.29 | 0.83 |
| Hex | C7 | E0 | CF | B | 0 | 8 | C | 8B | 1D | 53 |
| Octal | 307 | 340 | 317 | 13 | 0 | 10 | 14 | 213 | 35 | 123 |
| Binary | 11000111 | 11100000 | 11001111 | 1011 | 0 | 1000 | 1100 | 10001011 | 11101 | 1010011 |
Color Harmonies of #C7E0CF
Complementary color
Monochromatic Colors of #C7E0CF
Black with #C7E0CF
Text Example
Text Example
White with #C7E0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E0CF; }
p { color: rgb(199,224,207); }
H1.HeaderClassName
{
color: #C7E0CF;
}
.AnyTagClassName
{
color: #C7E0CF;
}
</style>
background-color css
<style>
a { background-color: #C7E0CF; }
a { background-color: rgb(199,224,207); }
div.DivClassName
{
background-color: #C7E0CF;
}
.BgClassName
{
background-color: #C7E0CF;
}
</style>
border-color css
<style>
span { border-color: #C7E0CF; }
span { border-color: rgb(199,224,207); }
td.TdClassName
{
border-color: #C7E0CF;
}
.TagClassName
{
border-color: #C7E0CF;
}
</style>