Shades of Granny Apple #C1FACA
Tints of Granny Apple #C1FACA
RGB
CMYK
RGB Variations
Color information
#C1FACA (or 0xC1FACA) is known color: Granny Apple. HEX triplet: C1, FA and CA. RGB value is (193,250,202). Sum of RGB (Red+Green+Blue) = 193+250+202=645 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.92% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FACA is #3E0535. Grayscale: #E3E3E3. Windows color (decimal): -4064566 or 13302465. OLE color: 13302465.
HSL color Cylindrical-coordinate representation of color #C1FACA: hue angle of 129.47º 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 #C1FACA is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 202 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.02 |
| HSL | 129.47º | 0.85% | 0.87% | - |
| HSV(B) | 129.47º | 0.23% | 0.98% | - |
| XYZ | 66.84 | 83.97 | 68.56 | - |
| YUV | 227.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 202 | 0.23 | 0 | 0.19 | 0.02 | 129.47 | 0.85 | 0.87 |
| Hex | C1 | FA | CA | 17 | 0 | 13 | 2 | 81 | 55 | 57 |
| Octal | 301 | 372 | 312 | 27 | 0 | 23 | 2 | 201 | 125 | 127 |
| Binary | 11000001 | 11111010 | 11001010 | 10111 | 0 | 10011 | 10 | 10000001 | 1010101 | 1010111 |
Color Harmonies of #C1FACA
Complementary color
Monochromatic Colors of #C1FACA
Black with #C1FACA
Text Example
Text Example
White with #C1FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FACA; }
p { color: rgb(193,250,202); }
H1.HeaderClassName
{
color: #C1FACA;
}
.AnyTagClassName
{
color: #C1FACA;
}
</style>
background-color css
<style>
a { background-color: #C1FACA; }
a { background-color: rgb(193,250,202); }
div.DivClassName
{
background-color: #C1FACA;
}
.BgClassName
{
background-color: #C1FACA;
}
</style>
border-color css
<style>
span { border-color: #C1FACA; }
span { border-color: rgb(193,250,202); }
td.TdClassName
{
border-color: #C1FACA;
}
.TagClassName
{
border-color: #C1FACA;
}
</style>