#C693BB

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

Shades of Lily #C693BB

Tints of Lily #C693BB

Color information

#C693BB (or 0xC693BB) is unknown color: approx Lily. HEX triplet: C6, 93 and BB. RGB value is (198,147,187). Sum of RGB (Red+Green+Blue) = 198+147+187=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C693BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693BB is #396C44. Grayscale: #A6A6A6. Windows color (decimal): -3763269 or 12293062. OLE color: 12293062.

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

Color convert

RGB198147187-
CMYK00.260.060.22
HSL312.94º30.91%67.65%-
HSV(B)312.94º25.76%77.65%-
XYZ42.6936.4651.8-
YUV166.81139.4150.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.22%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=37.22%
G=27.63%
B=35.15%

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
Decimal19814718700.260.060.22312.9430.9167.65
HexC693BB01A6161391f44
Octal30622327303262647137104
Binary11000110100100111011101101101011010110100111001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693BB; }

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

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

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

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

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

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

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

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