Shades of Granny Apple #C0E4CA
Tints of Granny Apple #C0E4CA
RGB
CMYK
RGB Variations
Color information
#C0E4CA (or 0xC0E4CA) is known color: Granny Apple. HEX triplet: C0, E4 and CA. RGB value is (192,228,202). Sum of RGB (Red+Green+Blue) = 192+228+202=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E4CA is #3F1B35. Grayscale: #D6D6D6. Windows color (decimal): -4135734 or 13296832. OLE color: 13296832.
HSL color Cylindrical-coordinate representation of color #C0E4CA: hue angle of 136.67º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0E4CA is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 202 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.11 |
| HSL | 136.67º | 0.4% | 0.82% | - |
| HSV(B) | 136.67º | 0.16% | 0.89% | - |
| XYZ | 60.14 | 70.96 | 66.4 | - |
| YUV | 214.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 202 | 0.16 | 0 | 0.11 | 0.11 | 136.67 | 0.4 | 0.82 |
| Hex | C0 | E4 | CA | 10 | 0 | B | B | 89 | 28 | 52 |
| Octal | 300 | 344 | 312 | 20 | 0 | 13 | 13 | 211 | 50 | 122 |
| Binary | 11000000 | 11100100 | 11001010 | 10000 | 0 | 1011 | 1011 | 10001001 | 101000 | 1010010 |
Color Harmonies of #C0E4CA
Complementary color
Monochromatic Colors of #C0E4CA
Black with #C0E4CA
Text Example
Text Example
White with #C0E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E4CA; }
p { color: rgb(192,228,202); }
H1.HeaderClassName
{
color: #C0E4CA;
}
.AnyTagClassName
{
color: #C0E4CA;
}
</style>
background-color css
<style>
a { background-color: #C0E4CA; }
a { background-color: rgb(192,228,202); }
div.DivClassName
{
background-color: #C0E4CA;
}
.BgClassName
{
background-color: #C0E4CA;
}
</style>
border-color css
<style>
span { border-color: #C0E4CA; }
span { border-color: rgb(192,228,202); }
td.TdClassName
{
border-color: #C0E4CA;
}
.TagClassName
{
border-color: #C0E4CA;
}
</style>