Shades of Granny Apple #C1FACB
Tints of Granny Apple #C1FACB
RGB
CMYK
RGB Variations
Color information
#C1FACB (or 0xC1FACB) is known color: Granny Apple. HEX triplet: C1, FA and CB. RGB value is (193,250,203). Sum of RGB (Red+Green+Blue) = 193+250+203=646 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.88% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FACB is #3E0534. Grayscale: #E3E3E3. Windows color (decimal): -4064565 or 13368001. OLE color: 13368001.
HSL color Cylindrical-coordinate representation of color #C1FACB: hue angle of 130.53º 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 #C1FACB is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 203 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.02 |
| HSL | 130.53º | 0.85% | 0.87% | - |
| HSV(B) | 130.53º | 0.23% | 0.98% | - |
| XYZ | 66.96 | 84.02 | 69.19 | - |
| YUV | 227.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 203 | 0.23 | 0 | 0.19 | 0.02 | 130.53 | 0.85 | 0.87 |
| Hex | C1 | FA | CB | 17 | 0 | 13 | 2 | 83 | 55 | 57 |
| Octal | 301 | 372 | 313 | 27 | 0 | 23 | 2 | 203 | 125 | 127 |
| Binary | 11000001 | 11111010 | 11001011 | 10111 | 0 | 10011 | 10 | 10000011 | 1010101 | 1010111 |
Color Harmonies of #C1FACB
Complementary color
Monochromatic Colors of #C1FACB
Black with #C1FACB
Text Example
Text Example
White with #C1FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FACB; }
p { color: rgb(193,250,203); }
H1.HeaderClassName
{
color: #C1FACB;
}
.AnyTagClassName
{
color: #C1FACB;
}
</style>
background-color css
<style>
a { background-color: #C1FACB; }
a { background-color: rgb(193,250,203); }
div.DivClassName
{
background-color: #C1FACB;
}
.BgClassName
{
background-color: #C1FACB;
}
</style>
border-color css
<style>
span { border-color: #C1FACB; }
span { border-color: rgb(193,250,203); }
td.TdClassName
{
border-color: #C1FACB;
}
.TagClassName
{
border-color: #C1FACB;
}
</style>