#C695AA

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

Shades of Lily #C695AA

Tints of Lily #C695AA

Color information

#C695AA (or 0xC695AA) is unknown color: approx Lily. HEX triplet: C6, 95 and AA. RGB value is (198,149,170). Sum of RGB (Red+Green+Blue) = 198+149+170=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C695AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C695AA is #396A55. Grayscale: #A6A6A6. Windows color (decimal): -3762774 or 11179462. OLE color: 11179462.

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

Color convert

RGB198149170-
CMYK00.250.140.22
HSL334.29º30.06%68.04%-
HSV(B)334.29º24.75%77.65%-
XYZ41.2936.442.88-
YUV166.04130.23150.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=38.30%
G=28.82%
B=32.88%

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
Decimal19814917000.250.140.22334.2930.0668.04
HexC695AA019E1614e1e44
Octal306225252031162651636104
Binary110001101001010110101010011001111010110101001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695AA; }

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

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

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

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

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

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

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

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