Shades of Granny Apple #C0E2CD
Tints of Granny Apple #C0E2CD
RGB
CMYK
RGB Variations
Color information
#C0E2CD (or 0xC0E2CD) is known color: Granny Apple. HEX triplet: C0, E2 and CD. RGB value is (192,226,205). Sum of RGB (Red+Green+Blue) = 192+226+205=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E2CD is #3F1D32. Grayscale: #D5D5D5. Windows color (decimal): -4136243 or 13492928. OLE color: 13492928.
HSL color Cylindrical-coordinate representation of color #C0E2CD: hue angle of 142.94º degrees, saturation: 0.37, 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 #C0E2CD is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 205 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.11 |
| HSL | 142.94º | 0.37% | 0.82% | - |
| HSV(B) | 142.94º | 0.15% | 0.89% | - |
| XYZ | 59.95 | 70.01 | 68.11 | - |
| YUV | 213.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 205 | 0.15 | 0 | 0.09 | 0.11 | 142.94 | 0.37 | 0.82 |
| Hex | C0 | E2 | CD | F | 0 | 9 | B | 8F | 25 | 52 |
| Octal | 300 | 342 | 315 | 17 | 0 | 11 | 13 | 217 | 45 | 122 |
| Binary | 11000000 | 11100010 | 11001101 | 1111 | 0 | 1001 | 1011 | 10001111 | 100101 | 1010010 |
Color Harmonies of #C0E2CD
Complementary color
Monochromatic Colors of #C0E2CD
Black with #C0E2CD
Text Example
Text Example
White with #C0E2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E2CD; }
p { color: rgb(192,226,205); }
H1.HeaderClassName
{
color: #C0E2CD;
}
.AnyTagClassName
{
color: #C0E2CD;
}
</style>
background-color css
<style>
a { background-color: #C0E2CD; }
a { background-color: rgb(192,226,205); }
div.DivClassName
{
background-color: #C0E2CD;
}
.BgClassName
{
background-color: #C0E2CD;
}
</style>
border-color css
<style>
span { border-color: #C0E2CD; }
span { border-color: rgb(192,226,205); }
td.TdClassName
{
border-color: #C0E2CD;
}
.TagClassName
{
border-color: #C0E2CD;
}
</style>