#C694AB

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

Shades of Lily #C694AB

Tints of Lily #C694AB

Color information

#C694AB (or 0xC694AB) is unknown color: approx Lily. HEX triplet: C6, 94 and AB. RGB value is (198,148,171). Sum of RGB (Red+Green+Blue) = 198+148+171=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C694AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694AB is #396B54. Grayscale: #A5A5A5. Windows color (decimal): -3763029 or 11244742. OLE color: 11244742.

HSL color Cylindrical-coordinate representation of color #C694AB: hue angle of 332.4º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C694AB is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198148171-
CMYK00.250.140.22
HSL332.4º30.49%67.84%-
HSV(B)332.4º25.25%77.65%-
XYZ41.2336.1343.33-
YUV165.57131.06151.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=38.30%
G=28.63%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814817100.250.140.22332.430.4967.84
HexC694AB019E1614c1e44
Octal306224253031162651436104
Binary110001101001010010101011011001111010110101001100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694AB; }

 p { color: rgb(198,148,171); }

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

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

 a { background-color: rgb(198,148,171); }

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

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

 span { border-color: rgb(198,148,171); }

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