#C693B6

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

Shades of Lily #C693B6

Tints of Lily #C693B6

Color information

#C693B6 (or 0xC693B6) is unknown color: approx Lily. HEX triplet: C6, 93 and B6. RGB value is (198,147,182). Sum of RGB (Red+Green+Blue) = 198+147+182=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C693B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693B6 is #396C49. Grayscale: #A6A6A6. Windows color (decimal): -3763274 or 11965382. OLE color: 11965382.

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

Color convert

RGB198147182-
CMYK00.260.080.22
HSL318.82º30.91%67.65%-
HSV(B)318.82º25.76%77.65%-
XYZ42.1736.2549.03-
YUV166.24136.9150.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=37.57%
G=27.89%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814718200.260.080.22318.8230.9167.65
HexC693B601A81613f1f44
Octal306223266032102647737104
Binary110001101001001110110110011010100010110100111111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693B6; }

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

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

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

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

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

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

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

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