#C3A8BF

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

Shades of Lilac #C3A8BF

Tints of Lilac #C3A8BF

Color information

#C3A8BF (or 0xC3A8BF) is unknown color: approx Lilac. HEX triplet: C3, A8 and BF. RGB value is (195,168,191). Sum of RGB (Red+Green+Blue) = 195+168+191=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A8BF is #3C5740. Grayscale: #B2B2B2. Windows color (decimal): -3954497 or 12560579. OLE color: 12560579.

HSL color Cylindrical-coordinate representation of color #C3A8BF: hue angle of 308.89º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3A8BF is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195168191-
CMYK00.140.020.24
HSL308.89º18.37%71.18%-
HSV(B)308.89º13.85%76.47%-
XYZ45.9143.3755.24-
YUV178.7134.95139.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.20%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 191 (75% from 255) = 34.48%
R=35.20%
G=30.32%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516819100.140.020.24308.8918.3771.18
HexC3A8BF0E2181351247
Octal30325027701623046522107
Binary110000111010100010111111011101011000100110101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A8BF; }

 p { color: rgb(195,168,191); }

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

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

 a { background-color: rgb(195,168,191); }

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

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

 span { border-color: rgb(195,168,191); }

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