Shades of Granny Apple #C1E1CA
Tints of Granny Apple #C1E1CA
RGB
CMYK
RGB Variations
Color information
#C1E1CA (or 0xC1E1CA) is known color: Granny Apple. HEX triplet: C1, E1 and CA. RGB value is (193,225,202). Sum of RGB (Red+Green+Blue) = 193+225+202=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E1CA is #3E1E35. Grayscale: #D4D4D4. Windows color (decimal): -4070966 or 13296065. OLE color: 13296065.
HSL color Cylindrical-coordinate representation of color #C1E1CA: hue angle of 136.88º degrees, saturation: 0.35, 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 #C1E1CA is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 202 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.12 |
| HSL | 136.88º | 0.35% | 0.82% | - |
| HSV(B) | 136.88º | 0.14% | 0.88% | - |
| XYZ | 59.58 | 69.45 | 66.14 | - |
| YUV | 212.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 202 | 0.14 | 0 | 0.10 | 0.12 | 136.88 | 0.35 | 0.82 |
| Hex | C1 | E1 | CA | E | 0 | A | C | 89 | 23 | 52 |
| Octal | 301 | 341 | 312 | 16 | 0 | 12 | 14 | 211 | 43 | 122 |
| Binary | 11000001 | 11100001 | 11001010 | 1110 | 0 | 1010 | 1100 | 10001001 | 100011 | 1010010 |
Color Harmonies of #C1E1CA
Complementary color
Monochromatic Colors of #C1E1CA
Black with #C1E1CA
Text Example
Text Example
White with #C1E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E1CA; }
p { color: rgb(193,225,202); }
H1.HeaderClassName
{
color: #C1E1CA;
}
.AnyTagClassName
{
color: #C1E1CA;
}
</style>
background-color css
<style>
a { background-color: #C1E1CA; }
a { background-color: rgb(193,225,202); }
div.DivClassName
{
background-color: #C1E1CA;
}
.BgClassName
{
background-color: #C1E1CA;
}
</style>
border-color css
<style>
span { border-color: #C1E1CA; }
span { border-color: rgb(193,225,202); }
td.TdClassName
{
border-color: #C1E1CA;
}
.TagClassName
{
border-color: #C1E1CA;
}
</style>