Shades of Granny Apple #C0ECCC
Tints of Granny Apple #C0ECCC
RGB
CMYK
RGB Variations
Color information
#C0ECCC (or 0xC0ECCC) is known color: Granny Apple. HEX triplet: C0, EC and CC. RGB value is (192,236,204). Sum of RGB (Red+Green+Blue) = 192+236+204=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECCC is #3F1333. Grayscale: #DBDBDB. Windows color (decimal): -4133684 or 13429952. OLE color: 13429952.
HSL color Cylindrical-coordinate representation of color #C0ECCC: hue angle of 136.36º 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 #C0ECCC is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 236 | 204 | - |
CMYK | 0.19 | 0 | 0.14 | 0.07 |
HSL | 136.36º | 0.54% | 0.84% | - |
HSV(B) | 136.36º | 0.19% | 0.93% | - |
XYZ | 62.63 | 75.56 | 68.41 | - |
YUV | 219.2 | 119.42 | 108.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 236 | 204 | 0.19 | 0 | 0.14 | 0.07 | 136.36 | 0.54 | 0.84 |
Hex | C0 | EC | CC | 13 | 0 | E | 7 | 88 | 36 | 54 |
Octal | 300 | 354 | 314 | 23 | 0 | 16 | 7 | 210 | 66 | 124 |
Binary | 11000000 | 11101100 | 11001100 | 10011 | 0 | 1110 | 111 | 10001000 | 110110 | 1010100 |
Color Harmonies of #C0ECCC
Complementary color
Monochromatic Colors of #C0ECCC
Black with #C0ECCC
Text Example
Text Example
White with #C0ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECCC; }
p { color: rgb(192,236,204); }
H1.HeaderClassName
{
color: #C0ECCC;
}
.AnyTagClassName
{
color: #C0ECCC;
}
</style>
background-color css
<style>
a { background-color: #C0ECCC; }
a { background-color: rgb(192,236,204); }
div.DivClassName
{
background-color: #C0ECCC;
}
.BgClassName
{
background-color: #C0ECCC;
}
</style>
border-color css
<style>
span { border-color: #C0ECCC; }
span { border-color: rgb(192,236,204); }
td.TdClassName
{
border-color: #C0ECCC;
}
.TagClassName
{
border-color: #C0ECCC;
}
</style>