Shades of Granny Apple #C5E0CE
Tints of Granny Apple #C5E0CE
RGB
CMYK
RGB Variations
Color information
#C5E0CE (or 0xC5E0CE) is known color: Granny Apple. HEX triplet: C5, E0 and CE. RGB value is (197,224,206). Sum of RGB (Red+Green+Blue) = 197+224+206=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E0CE is #3A1F31. Grayscale: #D5D5D5. Windows color (decimal): -3809074 or 13557957. OLE color: 13557957.
HSL color Cylindrical-coordinate representation of color #C5E0CE: hue angle of 140º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5E0CE is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 206 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.12 |
| HSL | 140º | 0.3% | 0.83% | - |
| HSV(B) | 140º | 0.12% | 0.88% | - |
| XYZ | 60.82 | 69.64 | 68.63 | - |
| YUV | 213.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 206 | 0.12 | 0 | 0.08 | 0.12 | 140 | 0.3 | 0.83 |
| Hex | C5 | E0 | CE | C | 0 | 8 | C | 8C | 1E | 53 |
| Octal | 305 | 340 | 316 | 14 | 0 | 10 | 14 | 214 | 36 | 123 |
| Binary | 11000101 | 11100000 | 11001110 | 1100 | 0 | 1000 | 1100 | 10001100 | 11110 | 1010011 |
Color Harmonies of #C5E0CE
Complementary color
Monochromatic Colors of #C5E0CE
Black with #C5E0CE
Text Example
Text Example
White with #C5E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E0CE; }
p { color: rgb(197,224,206); }
H1.HeaderClassName
{
color: #C5E0CE;
}
.AnyTagClassName
{
color: #C5E0CE;
}
</style>
background-color css
<style>
a { background-color: #C5E0CE; }
a { background-color: rgb(197,224,206); }
div.DivClassName
{
background-color: #C5E0CE;
}
.BgClassName
{
background-color: #C5E0CE;
}
</style>
border-color css
<style>
span { border-color: #C5E0CE; }
span { border-color: rgb(197,224,206); }
td.TdClassName
{
border-color: #C5E0CE;
}
.TagClassName
{
border-color: #C5E0CE;
}
</style>