Shades of Granny Apple #C1FACE
Tints of Granny Apple #C1FACE
RGB
CMYK
RGB Variations
Color information
#C1FACE (or 0xC1FACE) is known color: Granny Apple. HEX triplet: C1, FA and CE. RGB value is (193,250,206). Sum of RGB (Red+Green+Blue) = 193+250+206=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FACE is #3E0531. Grayscale: #E4E4E4. Windows color (decimal): -4064562 or 13564609. OLE color: 13564609.
HSL color Cylindrical-coordinate representation of color #C1FACE: hue angle of 133.68º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FACE is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 206 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.02 |
| HSL | 133.68º | 0.85% | 0.87% | - |
| HSV(B) | 133.68º | 0.23% | 0.98% | - |
| XYZ | 67.32 | 84.16 | 71.09 | - |
| YUV | 227.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 206 | 0.23 | 0 | 0.18 | 0.02 | 133.68 | 0.85 | 0.87 |
| Hex | C1 | FA | CE | 17 | 0 | 12 | 2 | 86 | 55 | 57 |
| Octal | 301 | 372 | 316 | 27 | 0 | 22 | 2 | 206 | 125 | 127 |
| Binary | 11000001 | 11111010 | 11001110 | 10111 | 0 | 10010 | 10 | 10000110 | 1010101 | 1010111 |
Color Harmonies of #C1FACE
Complementary color
Monochromatic Colors of #C1FACE
Black with #C1FACE
Text Example
Text Example
White with #C1FACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FACE; }
p { color: rgb(193,250,206); }
H1.HeaderClassName
{
color: #C1FACE;
}
.AnyTagClassName
{
color: #C1FACE;
}
</style>
background-color css
<style>
a { background-color: #C1FACE; }
a { background-color: rgb(193,250,206); }
div.DivClassName
{
background-color: #C1FACE;
}
.BgClassName
{
background-color: #C1FACE;
}
</style>
border-color css
<style>
span { border-color: #C1FACE; }
span { border-color: rgb(193,250,206); }
td.TdClassName
{
border-color: #C1FACE;
}
.TagClassName
{
border-color: #C1FACE;
}
</style>