#C693BA

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

Shades of Lily #C693BA

Tints of Lily #C693BA

Color information

#C693BA (or 0xC693BA) is unknown color: approx Lily. HEX triplet: C6, 93 and BA. RGB value is (198,147,186). Sum of RGB (Red+Green+Blue) = 198+147+186=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C693BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693BA is #396C45. Grayscale: #A6A6A6. Windows color (decimal): -3763270 or 12227526. OLE color: 12227526.

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

Color convert

RGB198147186-
CMYK00.260.060.22
HSL314.12º30.91%67.65%-
HSV(B)314.12º25.76%77.65%-
XYZ42.5936.4251.24-
YUV166.7138.9150.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=37.29%
G=27.68%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814718600.260.060.22314.1230.9167.65
HexC693BA01A61613a1f44
Octal30622327203262647237104
Binary11000110100100111011101001101011010110100111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693BA; }

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

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

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

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

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

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

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

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