#C7AAB8

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

Shades of Lily #C7AAB8

Tints of Lily #C7AAB8

Color information

#C7AAB8 (or 0xC7AAB8) is unknown color: approx Lily. HEX triplet: C7, AA and B8. RGB value is (199,170,184). Sum of RGB (Red+Green+Blue) = 199+170+184=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAB8 is #385547. Grayscale: #B4B4B4. Windows color (decimal): -3691848 or 12102343. OLE color: 12102343.

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

Color convert

RGB199170184-
CMYK00.150.080.22
HSL331.03º20.57%72.35%-
HSV(B)331.03º14.57%78.04%-
XYZ46.5844.3551.45-
YUV180.27130.11141.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.99%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 184 (72.27% from 255) = 33.27%
R=35.99%
G=30.74%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917018400.150.080.22331.0320.5772.35
HexC7AAB80F81614b1548
Octal307252270017102651325110
Binary11000111101010101011100001111100010110101001011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AAB8; }

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

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

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

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

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

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

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

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