Shades of Granny Apple #C7E0CC
Tints of Granny Apple #C7E0CC
RGB
CMYK
RGB Variations
Color information
#C7E0CC (or 0xC7E0CC) is known color: Granny Apple. HEX triplet: C7, E0 and CC. RGB value is (199,224,204). Sum of RGB (Red+Green+Blue) = 199+224+204=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E0CC is #381F33. Grayscale: #D6D6D6. Windows color (decimal): -3678004 or 13426887. OLE color: 13426887.
HSL color Cylindrical-coordinate representation of color #C7E0CC: hue angle of 132º 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 #C7E0CC is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 204 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.12 |
| HSL | 132º | 0.29% | 0.83% | - |
| HSV(B) | 132º | 0.11% | 0.88% | - |
| XYZ | 61.11 | 69.81 | 67.38 | - |
| YUV | 214.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 204 | 0.11 | 0 | 0.09 | 0.12 | 132 | 0.29 | 0.83 |
| Hex | C7 | E0 | CC | B | 0 | 9 | C | 84 | 1D | 53 |
| Octal | 307 | 340 | 314 | 13 | 0 | 11 | 14 | 204 | 35 | 123 |
| Binary | 11000111 | 11100000 | 11001100 | 1011 | 0 | 1001 | 1100 | 10000100 | 11101 | 1010011 |
Color Harmonies of #C7E0CC
Complementary color
Monochromatic Colors of #C7E0CC
Black with #C7E0CC
Text Example
Text Example
White with #C7E0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E0CC; }
p { color: rgb(199,224,204); }
H1.HeaderClassName
{
color: #C7E0CC;
}
.AnyTagClassName
{
color: #C7E0CC;
}
</style>
background-color css
<style>
a { background-color: #C7E0CC; }
a { background-color: rgb(199,224,204); }
div.DivClassName
{
background-color: #C7E0CC;
}
.BgClassName
{
background-color: #C7E0CC;
}
</style>
border-color css
<style>
span { border-color: #C7E0CC; }
span { border-color: rgb(199,224,204); }
td.TdClassName
{
border-color: #C7E0CC;
}
.TagClassName
{
border-color: #C7E0CC;
}
</style>