#C696AE

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

Shades of Lily #C696AE

Tints of Lily #C696AE

Color information

#C696AE (or 0xC696AE) is unknown color: approx Lily. HEX triplet: C6, 96 and AE. RGB value is (198,150,174). Sum of RGB (Red+Green+Blue) = 198+150+174=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C696AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696AE is #396951. Grayscale: #A7A7A7. Windows color (decimal): -3762514 or 11441862. OLE color: 11441862.

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

Color convert

RGB198150174-
CMYK00.240.120.22
HSL330º29.63%68.24%-
HSV(B)330º24.24%77.65%-
XYZ41.8436.8744.96-
YUV167.09131.9150.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=37.93%
G=28.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815017400.240.120.2233029.6368.24
HexC696AE018C1614a1e44
Octal306226256030142651236104
Binary110001101001011010101110011000110010110101001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696AE; }

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

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

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

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

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

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

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

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