#C6ACB4

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

Shades of Lily #C6ACB4

Tints of Lily #C6ACB4

Color information

#C6ACB4 (or 0xC6ACB4) is unknown color: approx Lily. HEX triplet: C6, AC and B4. RGB value is (198,172,180). Sum of RGB (Red+Green+Blue) = 198+172+180=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACB4 is #39534B. Grayscale: #B4B4B4. Windows color (decimal): -3756876 or 11840710. OLE color: 11840710.

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

Color convert

RGB198172180-
CMYK00.130.090.22
HSL341.54º18.57%72.55%-
HSV(B)341.54º13.13%77.65%-
XYZ46.2844.8149.39-
YUV180.69127.61140.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 180 (70.70% from 255) = 32.73%
R=36%
G=31.27%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817218000.130.090.22341.5418.5772.55
HexC6ACB40D9161561349
Octal306254264015112652623111
Binary11000110101011001011010001101100110110101010110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACB4; }

 p { color: rgb(198,172,180); }

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

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

 a { background-color: rgb(198,172,180); }

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

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

 span { border-color: rgb(198,172,180); }

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