#C3ACB5

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

Shades of Lily #C3ACB5

Tints of Lily #C3ACB5

Color information

#C3ACB5 (or 0xC3ACB5) is unknown color: approx Lily. HEX triplet: C3, AC and B5. RGB value is (195,172,181). Sum of RGB (Red+Green+Blue) = 195+172+181=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACB5 is #3C534A. Grayscale: #B3B3B3. Windows color (decimal): -3953483 or 11906243. OLE color: 11906243.

HSL color Cylindrical-coordinate representation of color #C3ACB5: hue angle of 336.52º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ACB5 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195172181-
CMYK00.120.070.24
HSL336.52º16.08%71.96%-
HSV(B)336.52º11.79%76.47%-
XYZ45.644.4449.89-
YUV179.9128.62138.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.58%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=35.58%
G=31.39%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517218100.120.070.24336.5216.0871.96
HexC3ACB50C7181511048
Octal30325426501473052120110
Binary1100001110101100101101010110011111000101010001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACB5; }

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

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

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

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

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

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

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

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