#C7ACB5

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

Shades of Lily #C7ACB5

Tints of Lily #C7ACB5

Color information

#C7ACB5 (or 0xC7ACB5) is unknown color: approx Lily. HEX triplet: C7, AC and B5. RGB value is (199,172,181). Sum of RGB (Red+Green+Blue) = 199+172+181=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACB5 is #38534A. Grayscale: #B5B5B5. Windows color (decimal): -3691339 or 11906247. OLE color: 11906247.

HSL color Cylindrical-coordinate representation of color #C7ACB5: hue angle of 340º degrees, saturation: 0.19, 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 #C7ACB5 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB199172181-
CMYK00.140.090.22
HSL340º19.42%72.75%-
HSV(B)340º13.57%78.04%-
XYZ46.6544.9849.94-
YUV181.1127.95140.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.05%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 181 (71.09% from 255) = 32.79%
R=36.05%
G=31.16%
B=32.79%

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
Decimal19917218100.140.090.2234019.4272.75
HexC7ACB50E9161541349
Octal307254265016112652423111
Binary11000111101011001011010101110100110110101010100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACB5; }

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

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

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

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

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

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

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

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