#C7A6B5

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

Shades of Lily #C7A6B5

Tints of Lily #C7A6B5

Color information

#C7A6B5 (or 0xC7A6B5) is unknown color: approx Lily. HEX triplet: C7, A6 and B5. RGB value is (199,166,181). Sum of RGB (Red+Green+Blue) = 199+166+181=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6B5 is #38594A. Grayscale: #B1B1B1. Windows color (decimal): -3692875 or 11904711. OLE color: 11904711.

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

Color convert

RGB199166181-
CMYK00.170.090.22
HSL332.73º22.76%71.57%-
HSV(B)332.73º16.58%78.04%-
XYZ45.5342.7549.57-
YUV177.58129.93143.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.45%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=36.45%
G=30.40%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916618100.170.090.22332.7322.7671.57
HexC7A6B501191614d1748
Octal307246265021112651527110
Binary110001111010011010110101010001100110110101001101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A6B5; }

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

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

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

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

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

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

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

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