#C69AAC

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

Shades of Lily #C69AAC

Tints of Lily #C69AAC

Color information

#C69AAC (or 0xC69AAC) is unknown color: approx Lily. HEX triplet: C6, 9A and AC. RGB value is (198,154,172). Sum of RGB (Red+Green+Blue) = 198+154+172=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AAC is #396553. Grayscale: #A9A9A9. Windows color (decimal): -3761492 or 11311814. OLE color: 11311814.

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

Color convert

RGB198154172-
CMYK00.220.130.22
HSL335.45º27.85%69.02%-
HSV(B)335.45º22.22%77.65%-
XYZ42.2938.144.15-
YUV169.21129.58148.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.79%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=37.79%
G=29.39%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815417200.220.130.22335.4527.8569.02
HexC69AAC016D1614f1c45
Octal306232254026152651734105
Binary110001101001101010101100010110110110110101001111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AAC; }

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

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

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

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

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

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

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

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