#C693AA

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

Shades of Lily #C693AA

Tints of Lily #C693AA

Color information

#C693AA (or 0xC693AA) is unknown color: approx Lily. HEX triplet: C6, 93 and AA. RGB value is (198,147,170). Sum of RGB (Red+Green+Blue) = 198+147+170=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C693AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C693AA is #396C55. Grayscale: #A4A4A4. Windows color (decimal): -3763286 or 11178950. OLE color: 11178950.

HSL color Cylindrical-coordinate representation of color #C693AA: hue angle of 332.94º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C693AA is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198147170-
CMYK00.260.140.22
HSL332.94º30.91%67.65%-
HSV(B)332.94º25.76%77.65%-
XYZ40.9835.7842.78-
YUV164.87130.9151.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=38.45%
G=28.54%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814717000.260.140.22332.9430.9167.65
HexC693AA01AE1614d1f44
Octal306223252032162651537104
Binary110001101001001110101010011010111010110101001101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693AA; }

 p { color: rgb(198,147,170); }

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

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

 a { background-color: rgb(198,147,170); }

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

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

 span { border-color: rgb(198,147,170); }

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