#C2ACB3

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

Shades of Lily #C2ACB3

Tints of Lily #C2ACB3

Color information

#C2ACB3 (or 0xC2ACB3) is unknown color: approx Lily. HEX triplet: C2, AC and B3. RGB value is (194,172,179). Sum of RGB (Red+Green+Blue) = 194+172+179=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACB3 is #3D534C. Grayscale: #B3B3B3. Windows color (decimal): -4019021 or 11775170. OLE color: 11775170.

HSL color Cylindrical-coordinate representation of color #C2ACB3: hue angle of 340.91º degrees, saturation: 0.15, 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 #C2ACB3 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB194172179-
CMYK00.110.080.24
HSL340.91º15.28%71.76%-
HSV(B)340.91º11.34%76.08%-
XYZ45.1444.2348.81-
YUV179.38127.79138.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=35.60%
G=31.56%
B=32.84%

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
Decimal19417217900.110.080.24340.9115.2871.76
HexC2ACB30B818155f48
Octal302254263013103052517110
Binary1100001010101100101100110101110001100010101010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACB3; }

 p { color: rgb(194,172,179); }

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

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

 a { background-color: rgb(194,172,179); }

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

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

 span { border-color: rgb(194,172,179); }

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