#C6ACB5

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

Shades of Lily #C6ACB5

Tints of Lily #C6ACB5

Color information

#C6ACB5 (or 0xC6ACB5) is unknown color: approx Lily. HEX triplet: C6, AC and B5. RGB value is (198,172,181). Sum of RGB (Red+Green+Blue) = 198+172+181=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACB5 is #39534A. Grayscale: #B4B4B4. Windows color (decimal): -3756875 or 11906246. OLE color: 11906246.

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

Color convert

RGB198172181-
CMYK00.130.090.22
HSL339.23º18.57%72.55%-
HSV(B)339.23º13.13%77.65%-
XYZ46.3844.8549.93-
YUV180.8128.11140.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.93%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=35.93%
G=31.22%
B=32.85%

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
Decimal19817218100.130.090.22339.2318.5772.55
HexC6ACB50D9161531349
Octal306254265015112652323111
Binary11000110101011001011010101101100110110101010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACB5; }

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

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

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

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

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

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

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

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