Shades of Granny Apple #C0E2CB
Tints of Granny Apple #C0E2CB
RGB
CMYK
RGB Variations
Color information
#C0E2CB (or 0xC0E2CB) is known color: Granny Apple. HEX triplet: C0, E2 and CB. RGB value is (192,226,203). Sum of RGB (Red+Green+Blue) = 192+226+203=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E2CB is #3F1D34. Grayscale: #D5D5D5. Windows color (decimal): -4136245 or 13361856. OLE color: 13361856.
HSL color Cylindrical-coordinate representation of color #C0E2CB: hue angle of 139.41º 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 #C0E2CB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 203 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.11 |
| HSL | 139.41º | 0.37% | 0.82% | - |
| HSV(B) | 139.41º | 0.15% | 0.89% | - |
| XYZ | 59.71 | 69.91 | 66.85 | - |
| YUV | 213.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 203 | 0.15 | 0 | 0.10 | 0.11 | 139.41 | 0.37 | 0.82 |
| Hex | C0 | E2 | CB | F | 0 | A | B | 8B | 25 | 52 |
| Octal | 300 | 342 | 313 | 17 | 0 | 12 | 13 | 213 | 45 | 122 |
| Binary | 11000000 | 11100010 | 11001011 | 1111 | 0 | 1010 | 1011 | 10001011 | 100101 | 1010010 |
Color Harmonies of #C0E2CB
Complementary color
Monochromatic Colors of #C0E2CB
Black with #C0E2CB
Text Example
Text Example
White with #C0E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E2CB; }
p { color: rgb(192,226,203); }
H1.HeaderClassName
{
color: #C0E2CB;
}
.AnyTagClassName
{
color: #C0E2CB;
}
</style>
background-color css
<style>
a { background-color: #C0E2CB; }
a { background-color: rgb(192,226,203); }
div.DivClassName
{
background-color: #C0E2CB;
}
.BgClassName
{
background-color: #C0E2CB;
}
</style>
border-color css
<style>
span { border-color: #C0E2CB; }
span { border-color: rgb(192,226,203); }
td.TdClassName
{
border-color: #C0E2CB;
}
.TagClassName
{
border-color: #C0E2CB;
}
</style>