Shades of Granny Apple #C2E1CA
Tints of Granny Apple #C2E1CA
RGB
CMYK
RGB Variations
Color information
#C2E1CA (or 0xC2E1CA) is known color: Granny Apple. HEX triplet: C2, E1 and CA. RGB value is (194,225,202). Sum of RGB (Red+Green+Blue) = 194+225+202=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1CA is #3D1E35. Grayscale: #D5D5D5. Windows color (decimal): -4005430 or 13296066. OLE color: 13296066.
HSL color Cylindrical-coordinate representation of color #C2E1CA: hue angle of 135.48º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2E1CA is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 202 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.12 |
| HSL | 135.48º | 0.34% | 0.82% | - |
| HSV(B) | 135.48º | 0.14% | 0.88% | - |
| XYZ | 59.83 | 69.58 | 66.15 | - |
| YUV | 213.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 202 | 0.14 | 0 | 0.10 | 0.12 | 135.48 | 0.34 | 0.82 |
| Hex | C2 | E1 | CA | E | 0 | A | C | 87 | 22 | 52 |
| Octal | 302 | 341 | 312 | 16 | 0 | 12 | 14 | 207 | 42 | 122 |
| Binary | 11000010 | 11100001 | 11001010 | 1110 | 0 | 1010 | 1100 | 10000111 | 100010 | 1010010 |
Color Harmonies of #C2E1CA
Complementary color
Monochromatic Colors of #C2E1CA
Black with #C2E1CA
Text Example
Text Example
White with #C2E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E1CA; }
p { color: rgb(194,225,202); }
H1.HeaderClassName
{
color: #C2E1CA;
}
.AnyTagClassName
{
color: #C2E1CA;
}
</style>
background-color css
<style>
a { background-color: #C2E1CA; }
a { background-color: rgb(194,225,202); }
div.DivClassName
{
background-color: #C2E1CA;
}
.BgClassName
{
background-color: #C2E1CA;
}
</style>
border-color css
<style>
span { border-color: #C2E1CA; }
span { border-color: rgb(194,225,202); }
td.TdClassName
{
border-color: #C2E1CA;
}
.TagClassName
{
border-color: #C2E1CA;
}
</style>