#C695AC

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

Shades of Lily #C695AC

Tints of Lily #C695AC

Color information

#C695AC (or 0xC695AC) is unknown color: approx Lily. HEX triplet: C6, 95 and AC. RGB value is (198,149,172). Sum of RGB (Red+Green+Blue) = 198+149+172=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C695AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C695AC is #396A53. Grayscale: #A6A6A6. Windows color (decimal): -3762772 or 11310534. OLE color: 11310534.

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

Color convert

RGB198149172-
CMYK00.250.130.22
HSL331.84º30.06%68.04%-
HSV(B)331.84º24.75%77.65%-
XYZ41.4836.4843.88-
YUV166.27131.23150.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.15%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=38.15%
G=28.71%
B=33.14%

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
Decimal19814917200.250.130.22331.8430.0668.04
HexC695AC019D1614c1e44
Octal306225254031152651436104
Binary110001101001010110101100011001110110110101001100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695AC; }

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

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

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

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

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

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

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

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