#C7ABB5

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

Shades of Lily #C7ABB5

Tints of Lily #C7ABB5

Color information

#C7ABB5 (or 0xC7ABB5) is unknown color: approx Lily. HEX triplet: C7, AB and B5. RGB value is (199,171,181). Sum of RGB (Red+Green+Blue) = 199+171+181=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABB5 is #38544A. Grayscale: #B4B4B4. Windows color (decimal): -3691595 or 11905991. OLE color: 11905991.

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

Color convert

RGB199171181-
CMYK00.140.090.22
HSL338.57º20%72.55%-
HSV(B)338.57º14.07%78.04%-
XYZ46.4644.649.88-
YUV180.51128.28141.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.12%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=36.12%
G=31.03%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917118100.140.090.22338.572072.55
HexC7ABB50E9161531449
Octal307253265016112652324111
Binary11000111101010111011010101110100110110101010011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ABB5; }

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

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

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

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

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

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

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

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