#C696AF

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

Shades of Lily #C696AF

Tints of Lily #C696AF

Color information

#C696AF (or 0xC696AF) is unknown color: approx Lily. HEX triplet: C6, 96 and AF. RGB value is (198,150,175). Sum of RGB (Red+Green+Blue) = 198+150+175=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C696AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696AF is #396950. Grayscale: #A7A7A7. Windows color (decimal): -3762513 or 11507398. OLE color: 11507398.

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

Color convert

RGB198150175-
CMYK00.240.120.22
HSL328.75º29.63%68.24%-
HSV(B)328.75º24.24%77.65%-
XYZ41.9336.9145.47-
YUV167.2132.4149.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.86%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=37.86%
G=28.68%
B=33.46%

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
Decimal19815017500.240.120.22328.7529.6368.24
HexC696AF018C161491e44
Octal306226257030142651136104
Binary110001101001011010101111011000110010110101001001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696AF; }

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

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

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

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

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

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

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

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