#C3FACC

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

Shades of Granny Apple #C3FACC

Tints of Granny Apple #C3FACC

Color information

#C3FACC (or 0xC3FACC) is unknown color: approx Granny Apple. HEX triplet: C3, FA and CC. RGB value is (195,250,204). Sum of RGB (Red+Green+Blue) = 195+250+204=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FACC is #3C0533. Grayscale: #E4E4E4. Windows color (decimal): -3933492 or 13433539. OLE color: 13433539.

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

Color convert

RGB195250204-
CMYK0.2200.180.02
HSL129.82º84.62%87.25%-
HSV(B)129.82º22%98.04%-
XYZ67.5984.3369.84-
YUV228.31114.28104.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.05%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=30.05%
G=38.52%
B=31.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952502040.2200.180.02129.8284.6287.25
HexC3FACC160122825557
Octal303372314260222202125127
Binary11000011111110101100110010110010010101000001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FACC; }

 p { color: rgb(195,250,204); }

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

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

 a { background-color: rgb(195,250,204); }

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

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

 span { border-color: rgb(195,250,204); }

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