Shades of Granny Apple #C0E5CA
Tints of Granny Apple #C0E5CA
RGB
CMYK
RGB Variations
Color information
#C0E5CA (or 0xC0E5CA) is known color: Granny Apple. HEX triplet: C0, E5 and CA. RGB value is (192,229,202). Sum of RGB (Red+Green+Blue) = 192+229+202=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E5CA is #3F1A35. Grayscale: #D6D6D6. Windows color (decimal): -4135478 or 13297088. OLE color: 13297088.
HSL color Cylindrical-coordinate representation of color #C0E5CA: hue angle of 136.22º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0E5CA is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 202 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.10 |
| HSL | 136.22º | 0.42% | 0.83% | - |
| HSV(B) | 136.22º | 0.16% | 0.9% | - |
| XYZ | 60.42 | 71.51 | 66.5 | - |
| YUV | 214.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 202 | 0.16 | 0 | 0.12 | 0.10 | 136.22 | 0.42 | 0.83 |
| Hex | C0 | E5 | CA | 10 | 0 | C | A | 88 | 2A | 53 |
| Octal | 300 | 345 | 312 | 20 | 0 | 14 | 12 | 210 | 52 | 123 |
| Binary | 11000000 | 11100101 | 11001010 | 10000 | 0 | 1100 | 1010 | 10001000 | 101010 | 1010011 |
Color Harmonies of #C0E5CA
Complementary color
Monochromatic Colors of #C0E5CA
Black with #C0E5CA
Text Example
Text Example
White with #C0E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E5CA; }
p { color: rgb(192,229,202); }
H1.HeaderClassName
{
color: #C0E5CA;
}
.AnyTagClassName
{
color: #C0E5CA;
}
</style>
background-color css
<style>
a { background-color: #C0E5CA; }
a { background-color: rgb(192,229,202); }
div.DivClassName
{
background-color: #C0E5CA;
}
.BgClassName
{
background-color: #C0E5CA;
}
</style>
border-color css
<style>
span { border-color: #C0E5CA; }
span { border-color: rgb(192,229,202); }
td.TdClassName
{
border-color: #C0E5CA;
}
.TagClassName
{
border-color: #C0E5CA;
}
</style>