Shades of Granny Apple #C0E7CD
Tints of Granny Apple #C0E7CD
RGB
CMYK
RGB Variations
Color information
#C0E7CD (or 0xC0E7CD) is known color: Granny Apple. HEX triplet: C0, E7 and CD. RGB value is (192,231,205). Sum of RGB (Red+Green+Blue) = 192+231+205=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E7CD is #3F1832. Grayscale: #D8D8D8. Windows color (decimal): -4134963 or 13494208. OLE color: 13494208.
HSL color Cylindrical-coordinate representation of color #C0E7CD: hue angle of 140º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0E7CD is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 205 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.09 |
| HSL | 140º | 0.45% | 0.83% | - |
| HSV(B) | 140º | 0.17% | 0.91% | - |
| XYZ | 61.33 | 72.77 | 68.57 | - |
| YUV | 216.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 205 | 0.17 | 0 | 0.11 | 0.09 | 140 | 0.45 | 0.83 |
| Hex | C0 | E7 | CD | 11 | 0 | B | 9 | 8C | 2D | 53 |
| Octal | 300 | 347 | 315 | 21 | 0 | 13 | 11 | 214 | 55 | 123 |
| Binary | 11000000 | 11100111 | 11001101 | 10001 | 0 | 1011 | 1001 | 10001100 | 101101 | 1010011 |
Color Harmonies of #C0E7CD
Complementary color
Monochromatic Colors of #C0E7CD
Black with #C0E7CD
Text Example
Text Example
White with #C0E7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E7CD; }
p { color: rgb(192,231,205); }
H1.HeaderClassName
{
color: #C0E7CD;
}
.AnyTagClassName
{
color: #C0E7CD;
}
</style>
background-color css
<style>
a { background-color: #C0E7CD; }
a { background-color: rgb(192,231,205); }
div.DivClassName
{
background-color: #C0E7CD;
}
.BgClassName
{
background-color: #C0E7CD;
}
</style>
border-color css
<style>
span { border-color: #C0E7CD; }
span { border-color: rgb(192,231,205); }
td.TdClassName
{
border-color: #C0E7CD;
}
.TagClassName
{
border-color: #C0E7CD;
}
</style>