#C7FACE

Color #C7FACE Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C7FACE

Tints of Granny Apple #C7FACE

Color information

#C7FACE (or 0xC7FACE) is unknown color: approx Granny Apple. HEX triplet: C7, FA and CE. RGB value is (199,250,206). Sum of RGB (Red+Green+Blue) = 199+250+206=655 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.38% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FACE is #380531. Grayscale: #E5E5E5. Windows color (decimal): -3671346 or 13564615. OLE color: 13564615.

HSL color Cylindrical-coordinate representation of color #C7FACE: hue angle of 128.24º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7FACE is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB199250206-
CMYK0.2000.180.02
HSL128.24º83.61%88.04%-
HSV(B)128.24º20.4%98.04%-
XYZ68.8884.9771.16-
YUV229.74114.6106.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 30.38%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 206 (80.86% from 255) = 31.45%
R=30.38%
G=38.17%
B=31.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992502060.2000.180.02128.2483.6188.04
HexC7FACE140122805458
Octal307372316240222200124130
Binary11000111111110101100111010100010010101000000010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FACE; }

 p { color: rgb(199,250,206); }

 H1.HeaderClassName
 {
   color: #C7FACE;
 }
 .AnyTagClassName
 {
   color: #C7FACE;
 }
</style>
background-color css

<style>
 a { background-color: #C7FACE; }

 a { background-color: rgb(199,250,206); }

 div.DivClassName
 {
   background-color: #C7FACE;
 }
 .BgClassName
 {
   background-color: #C7FACE;
 }
</style>
border-color css

<style>
 span { border-color: #C7FACE; }

 span { border-color: rgb(199,250,206); }

 td.TdClassName
 {
   border-color: #C7FACE;
 }
 .TagClassName
 {
   border-color: #C7FACE;
 }
</style>