#C6A8B2

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

Shades of Lily #C6A8B2

Tints of Lily #C6A8B2

Color information

#C6A8B2 (or 0xC6A8B2) is unknown color: approx Lily. HEX triplet: C6, A8 and B2. RGB value is (198,168,178). Sum of RGB (Red+Green+Blue) = 198+168+178=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A8B2 is #39574D. Grayscale: #B2B2B2. Windows color (decimal): -3757902 or 11708614. OLE color: 11708614.

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

Color convert

RGB198168178-
CMYK00.150.100.22
HSL340º20.83%71.76%-
HSV(B)340º15.15%77.65%-
XYZ45.3343.2348.07-
YUV178.11127.94142.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 178 (69.92% from 255) = 32.72%
R=36.40%
G=30.88%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816817800.150.100.2234020.8371.76
HexC6A8B20FA161541548
Octal306250262017122652425110
Binary11000110101010001011001001111101010110101010100101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A8B2; }

 p { color: rgb(198,168,178); }

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

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

 a { background-color: rgb(198,168,178); }

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

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

 span { border-color: rgb(198,168,178); }

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