Shades of Granny Apple #C0E3CD
Tints of Granny Apple #C0E3CD
RGB
CMYK
RGB Variations
Color information
#C0E3CD (or 0xC0E3CD) is known color: Granny Apple. HEX triplet: C0, E3 and CD. RGB value is (192,227,205). Sum of RGB (Red+Green+Blue) = 192+227+205=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E3CD is #3F1C32. Grayscale: #D6D6D6. Windows color (decimal): -4135987 or 13493184. OLE color: 13493184.
HSL color Cylindrical-coordinate representation of color #C0E3CD: hue angle of 142.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E3CD is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 205 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.11 |
| HSL | 142.29º | 0.38% | 0.82% | - |
| HSV(B) | 142.29º | 0.15% | 0.89% | - |
| XYZ | 60.23 | 70.55 | 68.2 | - |
| YUV | 214.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 205 | 0.15 | 0 | 0.10 | 0.11 | 142.29 | 0.38 | 0.82 |
| Hex | C0 | E3 | CD | F | 0 | A | B | 8E | 26 | 52 |
| Octal | 300 | 343 | 315 | 17 | 0 | 12 | 13 | 216 | 46 | 122 |
| Binary | 11000000 | 11100011 | 11001101 | 1111 | 0 | 1010 | 1011 | 10001110 | 100110 | 1010010 |
Color Harmonies of #C0E3CD
Complementary color
Monochromatic Colors of #C0E3CD
Black with #C0E3CD
Text Example
Text Example
White with #C0E3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E3CD; }
p { color: rgb(192,227,205); }
H1.HeaderClassName
{
color: #C0E3CD;
}
.AnyTagClassName
{
color: #C0E3CD;
}
</style>
background-color css
<style>
a { background-color: #C0E3CD; }
a { background-color: rgb(192,227,205); }
div.DivClassName
{
background-color: #C0E3CD;
}
.BgClassName
{
background-color: #C0E3CD;
}
</style>
border-color css
<style>
span { border-color: #C0E3CD; }
span { border-color: rgb(192,227,205); }
td.TdClassName
{
border-color: #C0E3CD;
}
.TagClassName
{
border-color: #C0E3CD;
}
</style>