#C2ACB6

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

Shades of Lily #C2ACB6

Tints of Lily #C2ACB6

Color information

#C2ACB6 (or 0xC2ACB6) is unknown color: approx Lily. HEX triplet: C2, AC and B6. RGB value is (194,172,182). Sum of RGB (Red+Green+Blue) = 194+172+182=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACB6 is #3D5349. Grayscale: #B3B3B3. Windows color (decimal): -4019018 or 11971778. OLE color: 11971778.

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

Color convert

RGB194172182-
CMYK00.110.060.24
HSL332.73º15.28%71.76%-
HSV(B)332.73º11.34%76.08%-
XYZ45.4444.3550.42-
YUV179.72129.29138.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 182 (71.48% from 255) = 33.21%
R=35.40%
G=31.39%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417218200.110.060.24332.7315.2871.76
HexC2ACB60B61814df48
Octal30225426601363051517110
Binary110000101010110010110110010111101100010100110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACB6; }

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

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

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

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

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

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

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

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