#C694AA

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

Shades of Lily #C694AA

Tints of Lily #C694AA

Color information

#C694AA (or 0xC694AA) is unknown color: approx Lily. HEX triplet: C6, 94 and AA. RGB value is (198,148,170). Sum of RGB (Red+Green+Blue) = 198+148+170=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C694AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694AA is #396B55. Grayscale: #A5A5A5. Windows color (decimal): -3763030 or 11179206. OLE color: 11179206.

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

Color convert

RGB198148170-
CMYK00.250.140.22
HSL333.6º30.49%67.84%-
HSV(B)333.6º25.25%77.65%-
XYZ41.1336.0942.83-
YUV165.46130.56151.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=38.37%
G=28.68%
B=32.95%

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
Decimal19814817000.250.140.22333.630.4967.84
HexC694AA019E1614e1e44
Octal306224252031162651636104
Binary110001101001010010101010011001111010110101001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694AA; }

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

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

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

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

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

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

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

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