#C5ABB3

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

Shades of Lily #C5ABB3

Tints of Lily #C5ABB3

Color information

#C5ABB3 (or 0xC5ABB3) is unknown color: approx Lily. HEX triplet: C5, AB and B3. RGB value is (197,171,179). Sum of RGB (Red+Green+Blue) = 197+171+179=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABB3 is #3A544C. Grayscale: #B3B3B3. Windows color (decimal): -3822669 or 11774917. OLE color: 11774917.

HSL color Cylindrical-coordinate representation of color #C5ABB3: hue angle of 341.54º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ABB3 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB197171179-
CMYK00.130.090.23
HSL341.54º18.31%72.16%-
HSV(B)341.54º13.2%77.25%-
XYZ45.7344.2548.78-
YUV179.69127.61140.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.01%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=36.01%
G=31.26%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717117900.130.090.23341.5418.3172.16
HexC5ABB30D9171561248
Octal305253263015112752622110
Binary11000101101010111011001101101100110111101010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABB3; }

 p { color: rgb(197,171,179); }

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

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

 a { background-color: rgb(197,171,179); }

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

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

 span { border-color: rgb(197,171,179); }

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