#C7AAB9

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

Shades of Lily #C7AAB9

Tints of Lily #C7AAB9

Color information

#C7AAB9 (or 0xC7AAB9) is unknown color: approx Lily. HEX triplet: C7, AA and B9. RGB value is (199,170,185). Sum of RGB (Red+Green+Blue) = 199+170+185=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAB9 is #385546. Grayscale: #B4B4B4. Windows color (decimal): -3691847 or 12167879. OLE color: 12167879.

HSL color Cylindrical-coordinate representation of color #C7AAB9: hue angle of 328.97º 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 #C7AAB9 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB199170185-
CMYK00.150.070.22
HSL328.97º20.57%72.35%-
HSV(B)328.97º14.57%78.04%-
XYZ46.6844.3952.01-
YUV180.38130.61141.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.92%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=35.92%
G=30.69%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917018500.150.070.22328.9720.5772.35
HexC7AAB90F7161491548
Octal30725227101772651125110
Binary1100011110101010101110010111111110110101001001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AAB9; }

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

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

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

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

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

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

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

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