#C6A1BC

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

Shades of Lily #C6A1BC

Tints of Lily #C6A1BC

Color information

#C6A1BC (or 0xC6A1BC) is unknown color: approx Lily. HEX triplet: C6, A1 and BC. RGB value is (198,161,188). Sum of RGB (Red+Green+Blue) = 198+161+188=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1BC is #395E43. Grayscale: #AFAFAF. Windows color (decimal): -3759684 or 12362182. OLE color: 12362182.

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

Color convert

RGB198161188-
CMYK00.190.050.22
HSL316.22º24.5%70.39%-
HSV(B)316.22º18.69%77.65%-
XYZ45.1141.1353.14-
YUV175.14135.26144.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.20%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=36.20%
G=29.43%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816118800.190.050.22316.2224.570.39
HexC6A1BC01351613c1946
Octal30624127402352647431106
Binary11000110101000011011110001001110110110100111100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A1BC; }

 p { color: rgb(198,161,188); }

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

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

 a { background-color: rgb(198,161,188); }

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

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

 span { border-color: rgb(198,161,188); }

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