Shades of Granny Apple #C0ECC8
Tints of Granny Apple #C0ECC8
RGB
CMYK
RGB Variations
Color information
#C0ECC8 (or 0xC0ECC8) is known color: Granny Apple. HEX triplet: C0, EC and C8. RGB value is (192,236,200). Sum of RGB (Red+Green+Blue) = 192+236+200=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECC8 is #3F1337. Grayscale: #DADADA. Windows color (decimal): -4133688 or 13167808. OLE color: 13167808.
HSL color Cylindrical-coordinate representation of color #C0ECC8: hue angle of 130.91º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0ECC8 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 200 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.07 |
| HSL | 130.91º | 0.54% | 0.84% | - |
| HSV(B) | 130.91º | 0.19% | 0.93% | - |
| XYZ | 62.16 | 75.37 | 65.91 | - |
| YUV | 218.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 200 | 0.19 | 0 | 0.15 | 0.07 | 130.91 | 0.54 | 0.84 |
| Hex | C0 | EC | C8 | 13 | 0 | F | 7 | 83 | 36 | 54 |
| Octal | 300 | 354 | 310 | 23 | 0 | 17 | 7 | 203 | 66 | 124 |
| Binary | 11000000 | 11101100 | 11001000 | 10011 | 0 | 1111 | 111 | 10000011 | 110110 | 1010100 |
Color Harmonies of #C0ECC8
Complementary color
Monochromatic Colors of #C0ECC8
Black with #C0ECC8
Text Example
Text Example
White with #C0ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECC8; }
p { color: rgb(192,236,200); }
H1.HeaderClassName
{
color: #C0ECC8;
}
.AnyTagClassName
{
color: #C0ECC8;
}
</style>
background-color css
<style>
a { background-color: #C0ECC8; }
a { background-color: rgb(192,236,200); }
div.DivClassName
{
background-color: #C0ECC8;
}
.BgClassName
{
background-color: #C0ECC8;
}
</style>
border-color css
<style>
span { border-color: #C0ECC8; }
span { border-color: rgb(192,236,200); }
td.TdClassName
{
border-color: #C0ECC8;
}
.TagClassName
{
border-color: #C0ECC8;
}
</style>