#C3FACD

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

Shades of Granny Apple #C3FACD

Tints of Granny Apple #C3FACD

Color information

#C3FACD (or 0xC3FACD) is unknown color: approx Granny Apple. HEX triplet: C3, FA and CD. RGB value is (195,250,205). Sum of RGB (Red+Green+Blue) = 195+250+205=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FACD is #3C0532. Grayscale: #E4E4E4. Windows color (decimal): -3933491 or 13499075. OLE color: 13499075.

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

Color convert

RGB195250205-
CMYK0.2200.180.02
HSL130.91º84.62%87.25%-
HSV(B)130.91º22%98.04%-
XYZ67.7184.3870.48-
YUV228.42114.78104.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=30%
G=38.46%
B=31.54%

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
Decimal1952502050.2200.180.02130.9184.6287.25
HexC3FACD160122835557
Octal303372315260222203125127
Binary11000011111110101100110110110010010101000001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FACD; }

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

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

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

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

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

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

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

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