#C69AAE

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

Shades of Lily #C69AAE

Tints of Lily #C69AAE

Color information

#C69AAE (or 0xC69AAE) is unknown color: approx Lily. HEX triplet: C6, 9A and AE. RGB value is (198,154,174). Sum of RGB (Red+Green+Blue) = 198+154+174=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AAE is #396551. Grayscale: #A9A9A9. Windows color (decimal): -3761490 or 11442886. OLE color: 11442886.

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

Color convert

RGB198154174-
CMYK00.220.120.22
HSL332.73º27.85%69.02%-
HSV(B)332.73º22.22%77.65%-
XYZ42.4838.1745.17-
YUV169.44130.58148.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=37.64%
G=29.28%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815417400.220.120.22332.7327.8569.02
HexC69AAE016C1614d1c45
Octal306232256026142651534105
Binary110001101001101010101110010110110010110101001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AAE; }

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

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

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

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

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

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

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

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