#C7ACB6

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

Shades of Lily #C7ACB6

Tints of Lily #C7ACB6

Color information

#C7ACB6 (or 0xC7ACB6) is unknown color: approx Lily. HEX triplet: C7, AC and B6. RGB value is (199,172,182). Sum of RGB (Red+Green+Blue) = 199+172+182=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACB6 is #385349. Grayscale: #B5B5B5. Windows color (decimal): -3691338 or 11971783. OLE color: 11971783.

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

Color convert

RGB199172182-
CMYK00.140.090.22
HSL337.78º19.42%72.75%-
HSV(B)337.78º13.57%78.04%-
XYZ46.7545.0250.48-
YUV181.21128.45140.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.99%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=35.99%
G=31.10%
B=32.91%

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
Decimal19917218200.140.090.22337.7819.4272.75
HexC7ACB60E9161521349
Octal307254266016112652223111
Binary11000111101011001011011001110100110110101010010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACB6; }

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

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

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

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

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

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

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

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