#C6A2AE

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

Shades of Lily #C6A2AE

Tints of Lily #C6A2AE

Color information

#C6A2AE (or 0xC6A2AE) is unknown color: approx Lily. HEX triplet: C6, A2 and AE. RGB value is (198,162,174). Sum of RGB (Red+Green+Blue) = 198+162+174=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A2AE is #395D51. Grayscale: #AEAEAE. Windows color (decimal): -3759442 or 11444934. OLE color: 11444934.

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

Color convert

RGB198162174-
CMYK00.180.120.22
HSL340º24%70.59%-
HSV(B)340º18.18%77.65%-
XYZ43.8540.945.63-
YUV174.13127.93145.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 162 (63.67% from 255) = 30.34%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=37.08%
G=30.34%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816217400.180.120.223402470.59
HexC6A2AE012C161541847
Octal306242256022142652430107
Binary110001101010001010101110010010110010110101010100110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A2AE; }

 p { color: rgb(198,162,174); }

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

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

 a { background-color: rgb(198,162,174); }

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

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

 span { border-color: rgb(198,162,174); }

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