Shades of Granny Apple #C0ECD0
Tints of Granny Apple #C0ECD0
RGB
CMYK
RGB Variations
Color information
#C0ECD0 (or 0xC0ECD0) is known color: Granny Apple. HEX triplet: C0, EC and D0. RGB value is (192,236,208). Sum of RGB (Red+Green+Blue) = 192+236+208=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECD0 is #3F132F. Grayscale: #DBDBDB. Windows color (decimal): -4133680 or 13692096. OLE color: 13692096.
HSL color Cylindrical-coordinate representation of color #C0ECD0: hue angle of 141.82º 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 #C0ECD0 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 236 | 208 | - |
CMYK | 0.19 | 0 | 0.12 | 0.07 |
HSL | 141.82º | 0.54% | 0.84% | - |
HSV(B) | 141.82º | 0.19% | 0.93% | - |
XYZ | 63.12 | 75.75 | 70.97 | - |
YUV | 219.65 | 121.42 | 108.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 236 | 208 | 0.19 | 0 | 0.12 | 0.07 | 141.82 | 0.54 | 0.84 |
Hex | C0 | EC | D0 | 13 | 0 | C | 7 | 8E | 36 | 54 |
Octal | 300 | 354 | 320 | 23 | 0 | 14 | 7 | 216 | 66 | 124 |
Binary | 11000000 | 11101100 | 11010000 | 10011 | 0 | 1100 | 111 | 10001110 | 110110 | 1010100 |
Color Harmonies of #C0ECD0
Complementary color
Monochromatic Colors of #C0ECD0
Black with #C0ECD0
Text Example
Text Example
White with #C0ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECD0; }
p { color: rgb(192,236,208); }
H1.HeaderClassName
{
color: #C0ECD0;
}
.AnyTagClassName
{
color: #C0ECD0;
}
</style>
background-color css
<style>
a { background-color: #C0ECD0; }
a { background-color: rgb(192,236,208); }
div.DivClassName
{
background-color: #C0ECD0;
}
.BgClassName
{
background-color: #C0ECD0;
}
</style>
border-color css
<style>
span { border-color: #C0ECD0; }
span { border-color: rgb(192,236,208); }
td.TdClassName
{
border-color: #C0ECD0;
}
.TagClassName
{
border-color: #C0ECD0;
}
</style>