Shades of Granny Apple #C0E7CA
Tints of Granny Apple #C0E7CA
RGB
CMYK
RGB Variations
Color information
#C0E7CA (or 0xC0E7CA) is known color: Granny Apple. HEX triplet: C0, E7 and CA. RGB value is (192,231,202). Sum of RGB (Red+Green+Blue) = 192+231+202=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E7CA is #3F1835. Grayscale: #D8D8D8. Windows color (decimal): -4134966 or 13297600. OLE color: 13297600.
HSL color Cylindrical-coordinate representation of color #C0E7CA: hue angle of 135.38º 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 #C0E7CA is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 202 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.09 |
| HSL | 135.38º | 0.45% | 0.83% | - |
| HSV(B) | 135.38º | 0.17% | 0.91% | - |
| XYZ | 60.97 | 72.62 | 66.68 | - |
| YUV | 216.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 202 | 0.17 | 0 | 0.13 | 0.09 | 135.38 | 0.45 | 0.83 |
| Hex | C0 | E7 | CA | 11 | 0 | D | 9 | 87 | 2D | 53 |
| Octal | 300 | 347 | 312 | 21 | 0 | 15 | 11 | 207 | 55 | 123 |
| Binary | 11000000 | 11100111 | 11001010 | 10001 | 0 | 1101 | 1001 | 10000111 | 101101 | 1010011 |
Color Harmonies of #C0E7CA
Complementary color
Monochromatic Colors of #C0E7CA
Black with #C0E7CA
Text Example
Text Example
White with #C0E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E7CA; }
p { color: rgb(192,231,202); }
H1.HeaderClassName
{
color: #C0E7CA;
}
.AnyTagClassName
{
color: #C0E7CA;
}
</style>
background-color css
<style>
a { background-color: #C0E7CA; }
a { background-color: rgb(192,231,202); }
div.DivClassName
{
background-color: #C0E7CA;
}
.BgClassName
{
background-color: #C0E7CA;
}
</style>
border-color css
<style>
span { border-color: #C0E7CA; }
span { border-color: rgb(192,231,202); }
td.TdClassName
{
border-color: #C0E7CA;
}
.TagClassName
{
border-color: #C0E7CA;
}
</style>