#C7AAB7

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

Shades of Lily #C7AAB7

Tints of Lily #C7AAB7

Color information

#C7AAB7 (or 0xC7AAB7) is unknown color: approx Lily. HEX triplet: C7, AA and B7. RGB value is (199,170,183). Sum of RGB (Red+Green+Blue) = 199+170+183=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAB7 is #385548. Grayscale: #B4B4B4. Windows color (decimal): -3691849 or 12036807. OLE color: 12036807.

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

Color convert

RGB199170183-
CMYK00.150.080.22
HSL333.1º20.57%72.35%-
HSV(B)333.1º14.57%78.04%-
XYZ46.4844.3150.9-
YUV180.15129.61141.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.05%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 183 (71.88% from 255) = 33.15%
R=36.05%
G=30.80%
B=33.15%

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
Decimal19917018300.150.080.22333.120.5772.35
HexC7AAB70F81614d1548
Octal307252267017102651525110
Binary11000111101010101011011101111100010110101001101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AAB7; }

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

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

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

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

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

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

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

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