#C4ABB3

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

Shades of Lily #C4ABB3

Tints of Lily #C4ABB3

Color information

#C4ABB3 (or 0xC4ABB3) is unknown color: approx Lily. HEX triplet: C4, AB and B3. RGB value is (196,171,179). Sum of RGB (Red+Green+Blue) = 196+171+179=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABB3 is #3B544C. Grayscale: #B3B3B3. Windows color (decimal): -3888205 or 11774916. OLE color: 11774916.

HSL color Cylindrical-coordinate representation of color #C4ABB3: hue angle of 340.8º degrees, saturation: 0.17, 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 #C4ABB3 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB196171179-
CMYK00.130.090.23
HSL340.8º17.48%71.96%-
HSV(B)340.8º12.76%76.86%-
XYZ45.4644.1248.77-
YUV179.39127.78139.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.90%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=35.90%
G=31.32%
B=32.78%

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
Decimal19617117900.130.090.23340.817.4871.96
HexC4ABB30D9171551148
Octal304253263015112752521110
Binary11000100101010111011001101101100110111101010101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABB3; }

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

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

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

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

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

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

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

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