#C696AC

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

Shades of Lily #C696AC

Tints of Lily #C696AC

Color information

#C696AC (or 0xC696AC) is unknown color: approx Lily. HEX triplet: C6, 96 and AC. RGB value is (198,150,172). Sum of RGB (Red+Green+Blue) = 198+150+172=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C696AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696AC is #396953. Grayscale: #A6A6A6. Windows color (decimal): -3762516 or 11310790. OLE color: 11310790.

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

Color convert

RGB198150172-
CMYK00.240.130.22
HSL332.5º29.63%68.24%-
HSV(B)332.5º24.24%77.65%-
XYZ41.6436.843.94-
YUV166.86130.9150.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=38.08%
G=28.85%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815017200.240.130.22332.529.6368.24
HexC696AC018D1614c1e44
Octal306226254030152651436104
Binary110001101001011010101100011000110110110101001100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696AC; }

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

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

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

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

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

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

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

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