#C1ACB2

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

Shades of Lily #C1ACB2

Tints of Lily #C1ACB2

Color information

#C1ACB2 (or 0xC1ACB2) is unknown color: approx Lily. HEX triplet: C1, AC and B2. RGB value is (193,172,178). Sum of RGB (Red+Green+Blue) = 193+172+178=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ACB2 is #3E534D. Grayscale: #B2B2B2. Windows color (decimal): -4084558 or 11709633. OLE color: 11709633.

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

Color convert

RGB193172178-
CMYK00.110.080.24
HSL342.86º14.48%71.57%-
HSV(B)342.86º10.88%75.69%-
XYZ44.7844.0648.26-
YUV178.96127.46138.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=35.54%
G=31.68%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317217800.110.080.24342.8614.4871.57
HexC1ACB20B818157e48
Octal301254262013103052716110
Binary1100000110101100101100100101110001100010101011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACB2; }

 p { color: rgb(193,172,178); }

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

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

 a { background-color: rgb(193,172,178); }

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

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

 span { border-color: rgb(193,172,178); }

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