#C7AAB5

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

Shades of Lily #C7AAB5

Tints of Lily #C7AAB5

Color information

#C7AAB5 (or 0xC7AAB5) is unknown color: approx Lily. HEX triplet: C7, AA and B5. RGB value is (199,170,181). Sum of RGB (Red+Green+Blue) = 199+170+181=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAB5 is #38554A. Grayscale: #B3B3B3. Windows color (decimal): -3691851 or 11905735. OLE color: 11905735.

HSL color Cylindrical-coordinate representation of color #C7AAB5: hue angle of 337.24º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7AAB5 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB199170181-
CMYK00.150.090.22
HSL337.24º20.57%72.35%-
HSV(B)337.24º14.57%78.04%-
XYZ46.2744.2349.81-
YUV179.92128.61141.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.18%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=36.18%
G=30.91%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917018100.150.090.22337.2420.5772.35
HexC7AAB50F9161511548
Octal307252265017112652125110
Binary11000111101010101011010101111100110110101010001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AAB5; }

 p { color: rgb(199,170,181); }

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

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

 a { background-color: rgb(199,170,181); }

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

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

 span { border-color: rgb(199,170,181); }

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