#C5A0CB

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

Shades of Lilac #C5A0CB

Tints of Lilac #C5A0CB

Color information

#C5A0CB (or 0xC5A0CB) is unknown color: approx Lilac. HEX triplet: C5, A0 and CB. RGB value is (197,160,203). Sum of RGB (Red+Green+Blue) = 197+160+203=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A0CB is #3A5F34. Grayscale: #AFAFAF. Windows color (decimal): -3825461 or 13344965. OLE color: 13344965.

HSL color Cylindrical-coordinate representation of color #C5A0CB: hue angle of 291.63º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5A0CB is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197160203-
CMYK0.030.2100.20
HSL291.63º29.25%71.18%-
HSV(B)291.63º21.18%79.61%-
XYZ46.3841.3262.03-
YUV175.96143.26143-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 160 (62.89% from 255) = 28.57%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=35.18%
G=28.57%
B=36.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971602030.030.2100.20291.6329.2571.18
HexC5A0CB3150141241d47
Octal30524031332502444435107
Binary1100010110100000110010111110101010100100100100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A0CB; }

 p { color: rgb(197,160,203); }

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

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

 a { background-color: rgb(197,160,203); }

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

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

 span { border-color: rgb(197,160,203); }

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