#C3A6BE

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

Shades of Lilac #C3A6BE

Tints of Lilac #C3A6BE

Color information

#C3A6BE (or 0xC3A6BE) is unknown color: approx Lilac. HEX triplet: C3, A6 and BE. RGB value is (195,166,190). Sum of RGB (Red+Green+Blue) = 195+166+190=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A6BE is #3C5941. Grayscale: #B1B1B1. Windows color (decimal): -3955010 or 12494531. OLE color: 12494531.

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

Color convert

RGB195166190-
CMYK00.150.030.24
HSL310.34º19.46%70.78%-
HSV(B)310.34º14.87%76.47%-
XYZ45.4442.5954.54-
YUV177.41135.11140.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 166 (65.23% from 255) = 30.13%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=35.39%
G=30.13%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516619000.150.030.24310.3419.4670.78
HexC3A6BE0F3181361347
Octal30324627601733046623107
Binary110000111010011010111110011111111000100110110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A6BE; }

 p { color: rgb(195,166,190); }

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

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

 a { background-color: rgb(195,166,190); }

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

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

 span { border-color: rgb(195,166,190); }

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