Shades of Granny Apple #C0EAC8
Tints of Granny Apple #C0EAC8
RGB
CMYK
RGB Variations
Color information
#C0EAC8 (or 0xC0EAC8) is known color: Granny Apple. HEX triplet: C0, EA and C8. RGB value is (192,234,200). Sum of RGB (Red+Green+Blue) = 192+234+200=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EAC8 is #3F1537. Grayscale: #D9D9D9. Windows color (decimal): -4134200 or 13167296. OLE color: 13167296.
HSL color Cylindrical-coordinate representation of color #C0EAC8: hue angle of 131.43º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EAC8 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 200 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.08 |
| HSL | 131.43º | 0.5% | 0.84% | - |
| HSV(B) | 131.43º | 0.18% | 0.92% | - |
| XYZ | 61.59 | 74.22 | 65.72 | - |
| YUV | 217.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 200 | 0.18 | 0 | 0.15 | 0.08 | 131.43 | 0.5 | 0.84 |
| Hex | C0 | EA | C8 | 12 | 0 | F | 8 | 83 | 32 | 54 |
| Octal | 300 | 352 | 310 | 22 | 0 | 17 | 10 | 203 | 62 | 124 |
| Binary | 11000000 | 11101010 | 11001000 | 10010 | 0 | 1111 | 1000 | 10000011 | 110010 | 1010100 |
Color Harmonies of #C0EAC8
Complementary color
Monochromatic Colors of #C0EAC8
Black with #C0EAC8
Text Example
Text Example
White with #C0EAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EAC8; }
p { color: rgb(192,234,200); }
H1.HeaderClassName
{
color: #C0EAC8;
}
.AnyTagClassName
{
color: #C0EAC8;
}
</style>
background-color css
<style>
a { background-color: #C0EAC8; }
a { background-color: rgb(192,234,200); }
div.DivClassName
{
background-color: #C0EAC8;
}
.BgClassName
{
background-color: #C0EAC8;
}
</style>
border-color css
<style>
span { border-color: #C0EAC8; }
span { border-color: rgb(192,234,200); }
td.TdClassName
{
border-color: #C0EAC8;
}
.TagClassName
{
border-color: #C0EAC8;
}
</style>