#C693B0

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

Shades of Lily #C693B0

Tints of Lily #C693B0

Color information

#C693B0 (or 0xC693B0) is unknown color: approx Lily. HEX triplet: C6, 93 and B0. RGB value is (198,147,176). Sum of RGB (Red+Green+Blue) = 198+147+176=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C693B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C693B0 is #396C4F. Grayscale: #A5A5A5. Windows color (decimal): -3763280 or 11572166. OLE color: 11572166.

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

Color convert

RGB198147176-
CMYK00.260.110.22
HSL325.88º30.91%67.65%-
HSV(B)325.88º25.76%77.65%-
XYZ41.5636.0145.83-
YUV165.55133.9151.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=38.00%
G=28.21%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814717600.260.110.22325.8830.9167.65
HexC693B001AB161461f44
Octal306223260032132650637104
Binary110001101001001110110000011010101110110101000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693B0; }

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

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

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

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

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

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

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

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