#C3AAB4

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

Shades of Lily #C3AAB4

Tints of Lily #C3AAB4

Color information

#C3AAB4 (or 0xC3AAB4) is unknown color: approx Lily. HEX triplet: C3, AA and B4. RGB value is (195,170,180). Sum of RGB (Red+Green+Blue) = 195+170+180=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAB4 is #3C554B. Grayscale: #B2B2B2. Windows color (decimal): -3953996 or 11840195. OLE color: 11840195.

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

Color convert

RGB195170180-
CMYK00.130.080.24
HSL336º17.24%71.57%-
HSV(B)336º12.82%76.47%-
XYZ45.1243.6549.23-
YUV178.62128.78139.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=35.78%
G=31.19%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517018000.130.080.2433617.2471.57
HexC3AAB40D8181501148
Octal303252264015103052021110
Binary11000011101010101011010001101100011000101010000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AAB4; }

 p { color: rgb(195,170,180); }

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

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

 a { background-color: rgb(195,170,180); }

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

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

 span { border-color: rgb(195,170,180); }

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