#C7FACB

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

Shades of Granny Apple #C7FACB

Tints of Granny Apple #C7FACB

Color information

#C7FACB (or 0xC7FACB) is unknown color: approx Granny Apple. HEX triplet: C7, FA and CB. RGB value is (199,250,203). Sum of RGB (Red+Green+Blue) = 199+250+203=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FACB is #380534. Grayscale: #E5E5E5. Windows color (decimal): -3671349 or 13368007. OLE color: 13368007.

HSL color Cylindrical-coordinate representation of color #C7FACB: hue angle of 124.71º 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 #C7FACB is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB199250203-
CMYK0.2000.190.02
HSL124.71º83.61%88.04%-
HSV(B)124.71º20.4%98.04%-
XYZ68.5284.8369.26-
YUV229.39113.1106.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.52%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=30.52%
G=38.34%
B=31.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992502030.2000.190.02124.7183.6188.04
HexC7FACB1401327d5458
Octal307372313240232175124130
Binary1100011111111010110010111010001001110111110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FACB; }

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

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

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

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

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

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

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

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