#C7AEB6

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

Shades of Lily #C7AEB6

Tints of Lily #C7AEB6

Color information

#C7AEB6 (or 0xC7AEB6) is unknown color: approx Lily. HEX triplet: C7, AE and B6. RGB value is (199,174,182). Sum of RGB (Red+Green+Blue) = 199+174+182=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEB6 is #385149. Grayscale: #B6B6B6. Windows color (decimal): -3690826 or 11972295. OLE color: 11972295.

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

Color convert

RGB199174182-
CMYK00.130.090.22
HSL340.8º18.25%73.14%-
HSV(B)340.8º12.56%78.04%-
XYZ47.1345.7950.61-
YUV182.39127.78139.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.86%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 182 (71.48% from 255) = 32.79%
R=35.86%
G=31.35%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917418200.130.090.22340.818.2573.14
HexC7AEB60D9161551249
Octal307256266015112652522111
Binary11000111101011101011011001101100110110101010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AEB6; }

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

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

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

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

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

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

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

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