Shades of Granny Apple #C3FACB
Tints of Granny Apple #C3FACB
RGB
CMYK
RGB Variations
Color information
#C3FACB (or 0xC3FACB) is known color: Granny Apple. HEX triplet: C3, FA and CB. RGB value is (195,250,203). Sum of RGB (Red+Green+Blue) = 195+250+203=648 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.09% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FACB is #3C0534. Grayscale: #E4E4E4. Windows color (decimal): -3933493 or 13368003. OLE color: 13368003.
HSL color Cylindrical-coordinate representation of color #C3FACB: hue angle of 128.73º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3FACB is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 195 | 250 | 203 | - |
CMYK | 0.22 | 0 | 0.19 | 0.02 |
HSL | 128.73º | 0.85% | 0.87% | - |
HSV(B) | 128.73º | 0.22% | 0.98% | - |
XYZ | 67.47 | 84.29 | 69.21 | - |
YUV | 228.2 | 113.78 | 104.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 250 | 203 | 0.22 | 0 | 0.19 | 0.02 | 128.73 | 0.85 | 0.87 |
Hex | C3 | FA | CB | 16 | 0 | 13 | 2 | 81 | 55 | 57 |
Octal | 303 | 372 | 313 | 26 | 0 | 23 | 2 | 201 | 125 | 127 |
Binary | 11000011 | 11111010 | 11001011 | 10110 | 0 | 10011 | 10 | 10000001 | 1010101 | 1010111 |
Color Harmonies of #C3FACB
Complementary color
Monochromatic Colors of #C3FACB
Black with #C3FACB
Text Example
Text Example
White with #C3FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FACB; }
p { color: rgb(195,250,203); }
H1.HeaderClassName
{
color: #C3FACB;
}
.AnyTagClassName
{
color: #C3FACB;
}
</style>
background-color css
<style>
a { background-color: #C3FACB; }
a { background-color: rgb(195,250,203); }
div.DivClassName
{
background-color: #C3FACB;
}
.BgClassName
{
background-color: #C3FACB;
}
</style>
border-color css
<style>
span { border-color: #C3FACB; }
span { border-color: rgb(195,250,203); }
td.TdClassName
{
border-color: #C3FACB;
}
.TagClassName
{
border-color: #C3FACB;
}
</style>