#C6ABB6

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

Shades of Lily #C6ABB6

Tints of Lily #C6ABB6

Color information

#C6ABB6 (or 0xC6ABB6) is unknown color: approx Lily. HEX triplet: C6, AB and B6. RGB value is (198,171,182). Sum of RGB (Red+Green+Blue) = 198+171+182=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABB6 is #395449. Grayscale: #B4B4B4. Windows color (decimal): -3757130 or 11971526. OLE color: 11971526.

HSL color Cylindrical-coordinate representation of color #C6ABB6: hue angle of 335.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6ABB6 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB198171182-
CMYK00.140.080.22
HSL335.56º19.15%72.35%-
HSV(B)335.56º13.64%77.65%-
XYZ46.344.5150.41-
YUV180.33128.95140.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.93%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 182 (71.48% from 255) = 33.03%
R=35.93%
G=31.03%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817118200.140.080.22335.5619.1572.35
HexC6ABB60E8161501348
Octal306253266016102652023110
Binary11000110101010111011011001110100010110101010000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABB6; }

 p { color: rgb(198,171,182); }

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

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

 a { background-color: rgb(198,171,182); }

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

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

 span { border-color: rgb(198,171,182); }

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