#C2AAB6

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

Shades of Lily #C2AAB6

Tints of Lily #C2AAB6

Color information

#C2AAB6 (or 0xC2AAB6) is unknown color: approx Lily. HEX triplet: C2, AA and B6. RGB value is (194,170,182). Sum of RGB (Red+Green+Blue) = 194+170+182=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAB6 is #3D5549. Grayscale: #B2B2B2. Windows color (decimal): -4019530 or 11971266. OLE color: 11971266.

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

Color convert

RGB194170182-
CMYK00.120.060.24
HSL330º16.44%71.37%-
HSV(B)330º12.37%76.08%-
XYZ45.0743.650.3-
YUV178.54129.95139.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 182 (71.48% from 255) = 33.33%
R=35.53%
G=31.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417018200.120.060.2433016.4471.37
HexC2AAB60C61814a1047
Octal30225226601463051220107
Binary1100001010101010101101100110011011000101001010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAB6; }

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

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

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

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

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

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

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

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