Shades of Granny Apple #C8E7D0
Tints of Granny Apple #C8E7D0
RGB
CMYK
RGB Variations
Color information
#C8E7D0 (or 0xC8E7D0) is known color: Granny Apple. HEX triplet: C8, E7 and D0. RGB value is (200,231,208). Sum of RGB (Red+Green+Blue) = 200+231+208=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E7D0 is #37182F. Grayscale: #DBDBDB. Windows color (decimal): -3610672 or 13690824. OLE color: 13690824.
HSL color Cylindrical-coordinate representation of color #C8E7D0: hue angle of 135.48º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8E7D0 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 231 | 208 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.09 |
| HSL | 135.48º | 0.39% | 0.85% | - |
| HSV(B) | 135.48º | 0.13% | 0.91% | - |
| XYZ | 63.78 | 73.99 | 70.59 | - |
| YUV | 219.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 208 | 0.13 | 0 | 0.10 | 0.09 | 135.48 | 0.39 | 0.85 |
| Hex | C8 | E7 | D0 | D | 0 | A | 9 | 87 | 27 | 55 |
| Octal | 310 | 347 | 320 | 15 | 0 | 12 | 11 | 207 | 47 | 125 |
| Binary | 11001000 | 11100111 | 11010000 | 1101 | 0 | 1010 | 1001 | 10000111 | 100111 | 1010101 |
Color Harmonies of #C8E7D0
Complementary color
Monochromatic Colors of #C8E7D0
Black with #C8E7D0
Text Example
Text Example
White with #C8E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E7D0; }
p { color: rgb(200,231,208); }
H1.HeaderClassName
{
color: #C8E7D0;
}
.AnyTagClassName
{
color: #C8E7D0;
}
</style>
background-color css
<style>
a { background-color: #C8E7D0; }
a { background-color: rgb(200,231,208); }
div.DivClassName
{
background-color: #C8E7D0;
}
.BgClassName
{
background-color: #C8E7D0;
}
</style>
border-color css
<style>
span { border-color: #C8E7D0; }
span { border-color: rgb(200,231,208); }
td.TdClassName
{
border-color: #C8E7D0;
}
.TagClassName
{
border-color: #C8E7D0;
}
</style>