Shades of Granny Apple #C3EACF
Tints of Granny Apple #C3EACF
RGB
CMYK
RGB Variations
Color information
#C3EACF (or 0xC3EACF) is known color: Granny Apple. HEX triplet: C3, EA and CF. RGB value is (195,234,207). Sum of RGB (Red+Green+Blue) = 195+234+207=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EACF is #3C1530. Grayscale: #DBDBDB. Windows color (decimal): -3937585 or 13626051. OLE color: 13626051.
HSL color Cylindrical-coordinate representation of color #C3EACF: hue angle of 138.46º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3EACF is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 234 | 207 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.08 |
| HSL | 138.46º | 0.48% | 0.84% | - |
| HSV(B) | 138.46º | 0.17% | 0.92% | - |
| XYZ | 63.19 | 74.95 | 70.17 | - |
| YUV | 219.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 234 | 207 | 0.17 | 0 | 0.12 | 0.08 | 138.46 | 0.48 | 0.84 |
| Hex | C3 | EA | CF | 11 | 0 | C | 8 | 8A | 30 | 54 |
| Octal | 303 | 352 | 317 | 21 | 0 | 14 | 10 | 212 | 60 | 124 |
| Binary | 11000011 | 11101010 | 11001111 | 10001 | 0 | 1100 | 1000 | 10001010 | 110000 | 1010100 |
Color Harmonies of #C3EACF
Complementary color
Monochromatic Colors of #C3EACF
Black with #C3EACF
Text Example
Text Example
White with #C3EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EACF; }
p { color: rgb(195,234,207); }
H1.HeaderClassName
{
color: #C3EACF;
}
.AnyTagClassName
{
color: #C3EACF;
}
</style>
background-color css
<style>
a { background-color: #C3EACF; }
a { background-color: rgb(195,234,207); }
div.DivClassName
{
background-color: #C3EACF;
}
.BgClassName
{
background-color: #C3EACF;
}
</style>
border-color css
<style>
span { border-color: #C3EACF; }
span { border-color: rgb(195,234,207); }
td.TdClassName
{
border-color: #C3EACF;
}
.TagClassName
{
border-color: #C3EACF;
}
</style>