Shades of Granny Apple #C0ECCB
Tints of Granny Apple #C0ECCB
RGB
CMYK
RGB Variations
Color information
#C0ECCB (or 0xC0ECCB) is known color: Granny Apple. HEX triplet: C0, EC and CB. RGB value is (192,236,203). Sum of RGB (Red+Green+Blue) = 192+236+203=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECCB is #3F1334. Grayscale: #DBDBDB. Windows color (decimal): -4133685 or 13364416. OLE color: 13364416.
HSL color Cylindrical-coordinate representation of color #C0ECCB: hue angle of 135º 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 #C0ECCB is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 203 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.07 |
| HSL | 135º | 0.54% | 0.84% | - |
| HSV(B) | 135º | 0.19% | 0.93% | - |
| XYZ | 62.51 | 75.51 | 67.78 | - |
| YUV | 219.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 203 | 0.19 | 0 | 0.14 | 0.07 | 135 | 0.54 | 0.84 |
| Hex | C0 | EC | CB | 13 | 0 | E | 7 | 87 | 36 | 54 |
| Octal | 300 | 354 | 313 | 23 | 0 | 16 | 7 | 207 | 66 | 124 |
| Binary | 11000000 | 11101100 | 11001011 | 10011 | 0 | 1110 | 111 | 10000111 | 110110 | 1010100 |
Color Harmonies of #C0ECCB
Complementary color
Monochromatic Colors of #C0ECCB
Black with #C0ECCB
Text Example
Text Example
White with #C0ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECCB; }
p { color: rgb(192,236,203); }
H1.HeaderClassName
{
color: #C0ECCB;
}
.AnyTagClassName
{
color: #C0ECCB;
}
</style>
background-color css
<style>
a { background-color: #C0ECCB; }
a { background-color: rgb(192,236,203); }
div.DivClassName
{
background-color: #C0ECCB;
}
.BgClassName
{
background-color: #C0ECCB;
}
</style>
border-color css
<style>
span { border-color: #C0ECCB; }
span { border-color: rgb(192,236,203); }
td.TdClassName
{
border-color: #C0ECCB;
}
.TagClassName
{
border-color: #C0ECCB;
}
</style>