Shades of Granny Apple #C7E0CD
Tints of Granny Apple #C7E0CD
RGB
CMYK
RGB Variations
Color information
#C7E0CD (or 0xC7E0CD) is known color: Granny Apple. HEX triplet: C7, E0 and CD. RGB value is (199,224,205). Sum of RGB (Red+Green+Blue) = 199+224+205=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E0CD is #381F32. Grayscale: #D6D6D6. Windows color (decimal): -3678003 or 13492423. OLE color: 13492423.
HSL color Cylindrical-coordinate representation of color #C7E0CD: hue angle of 134.4º 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 #C7E0CD is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 205 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.12 |
| HSL | 134.4º | 0.29% | 0.83% | - |
| HSV(B) | 134.4º | 0.11% | 0.88% | - |
| XYZ | 61.23 | 69.86 | 68.02 | - |
| YUV | 214.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 205 | 0.11 | 0 | 0.08 | 0.12 | 134.4 | 0.29 | 0.83 |
| Hex | C7 | E0 | CD | B | 0 | 8 | C | 86 | 1D | 53 |
| Octal | 307 | 340 | 315 | 13 | 0 | 10 | 14 | 206 | 35 | 123 |
| Binary | 11000111 | 11100000 | 11001101 | 1011 | 0 | 1000 | 1100 | 10000110 | 11101 | 1010011 |
Color Harmonies of #C7E0CD
Complementary color
Monochromatic Colors of #C7E0CD
Black with #C7E0CD
Text Example
Text Example
White with #C7E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E0CD; }
p { color: rgb(199,224,205); }
H1.HeaderClassName
{
color: #C7E0CD;
}
.AnyTagClassName
{
color: #C7E0CD;
}
</style>
background-color css
<style>
a { background-color: #C7E0CD; }
a { background-color: rgb(199,224,205); }
div.DivClassName
{
background-color: #C7E0CD;
}
.BgClassName
{
background-color: #C7E0CD;
}
</style>
border-color css
<style>
span { border-color: #C7E0CD; }
span { border-color: rgb(199,224,205); }
td.TdClassName
{
border-color: #C7E0CD;
}
.TagClassName
{
border-color: #C7E0CD;
}
</style>