Shades of Granny Apple #C5E1CB
Tints of Granny Apple #C5E1CB
RGB
CMYK
RGB Variations
Color information
#C5E1CB (or 0xC5E1CB) is known color: Granny Apple. HEX triplet: C5, E1 and CB. RGB value is (197,225,203). Sum of RGB (Red+Green+Blue) = 197+225+203=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E1CB is #3A1E34. Grayscale: #D6D6D6. Windows color (decimal): -3808821 or 13361605. OLE color: 13361605.
HSL color Cylindrical-coordinate representation of color #C5E1CB: hue angle of 132.86º degrees, saturation: 0.32, 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 #C5E1CB is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 203 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.12 |
| HSL | 132.86º | 0.32% | 0.83% | - |
| HSV(B) | 132.86º | 0.12% | 0.88% | - |
| XYZ | 60.73 | 70.03 | 66.82 | - |
| YUV | 214.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 203 | 0.12 | 0 | 0.10 | 0.12 | 132.86 | 0.32 | 0.83 |
| Hex | C5 | E1 | CB | C | 0 | A | C | 85 | 20 | 53 |
| Octal | 305 | 341 | 313 | 14 | 0 | 12 | 14 | 205 | 40 | 123 |
| Binary | 11000101 | 11100001 | 11001011 | 1100 | 0 | 1010 | 1100 | 10000101 | 100000 | 1010011 |
Color Harmonies of #C5E1CB
Complementary color
Monochromatic Colors of #C5E1CB
Black with #C5E1CB
Text Example
Text Example
White with #C5E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E1CB; }
p { color: rgb(197,225,203); }
H1.HeaderClassName
{
color: #C5E1CB;
}
.AnyTagClassName
{
color: #C5E1CB;
}
</style>
background-color css
<style>
a { background-color: #C5E1CB; }
a { background-color: rgb(197,225,203); }
div.DivClassName
{
background-color: #C5E1CB;
}
.BgClassName
{
background-color: #C5E1CB;
}
</style>
border-color css
<style>
span { border-color: #C5E1CB; }
span { border-color: rgb(197,225,203); }
td.TdClassName
{
border-color: #C5E1CB;
}
.TagClassName
{
border-color: #C5E1CB;
}
</style>