#C691B1

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

Shades of Lily #C691B1

Tints of Lily #C691B1

Color information

#C691B1 (or 0xC691B1) is unknown color: approx Lily. HEX triplet: C6, 91 and B1. RGB value is (198,145,177). Sum of RGB (Red+Green+Blue) = 198+145+177=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C691B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C691B1 is #396E4E. Grayscale: #A4A4A4. Windows color (decimal): -3763791 or 11637190. OLE color: 11637190.

HSL color Cylindrical-coordinate representation of color #C691B1: hue angle of 323.77º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C691B1 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB198145177-
CMYK00.270.110.22
HSL323.77º31.74%67.25%-
HSV(B)323.77º26.77%77.65%-
XYZ41.3535.4346.25-
YUV164.5135.06151.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=38.08%
G=27.88%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814517700.270.110.22323.7731.7467.25
HexC691B101BB161442043
Octal306221261033132650440103
Binary1100011010010001101100010110111011101101010001001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C691B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C691B1; }

 p { color: rgb(198,145,177); }

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

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

 a { background-color: rgb(198,145,177); }

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

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

 span { border-color: rgb(198,145,177); }

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