#C694AC

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

Shades of Lily #C694AC

Tints of Lily #C694AC

Color information

#C694AC (or 0xC694AC) is unknown color: approx Lily. HEX triplet: C6, 94 and AC. RGB value is (198,148,172). Sum of RGB (Red+Green+Blue) = 198+148+172=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C694AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694AC is #396B53. Grayscale: #A5A5A5. Windows color (decimal): -3763028 or 11310278. OLE color: 11310278.

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

Color convert

RGB198148172-
CMYK00.250.130.22
HSL331.2º30.49%67.84%-
HSV(B)331.2º25.25%77.65%-
XYZ41.3336.1643.83-
YUV165.69131.56151.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.22%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=38.22%
G=28.57%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814817200.250.130.22331.230.4967.84
HexC694AC019D1614b1e44
Octal306224254031152651336104
Binary110001101001010010101100011001110110110101001011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694AC; }

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

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

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

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

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

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

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

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