#C3AAB2

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

Shades of Lily #C3AAB2

Tints of Lily #C3AAB2

Color information

#C3AAB2 (or 0xC3AAB2) is unknown color: approx Lily. HEX triplet: C3, AA and B2. RGB value is (195,170,178). Sum of RGB (Red+Green+Blue) = 195+170+178=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AAB2 is #3C554D. Grayscale: #B2B2B2. Windows color (decimal): -3953998 or 11709123. OLE color: 11709123.

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

Color convert

RGB195170178-
CMYK00.130.090.24
HSL340.8º17.24%71.57%-
HSV(B)340.8º12.82%76.47%-
XYZ44.9243.5748.16-
YUV178.39127.78139.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=35.91%
G=31.31%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517017800.130.090.24340.817.2471.57
HexC3AAB20D9181551148
Octal303252262015113052521110
Binary11000011101010101011001001101100111000101010101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AAB2; }

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

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

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

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

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

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

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

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