#C696BA

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

Shades of Lily #C696BA

Tints of Lily #C696BA

Color information

#C696BA (or 0xC696BA) is unknown color: approx Lily. HEX triplet: C6, 96 and BA. RGB value is (198,150,186). Sum of RGB (Red+Green+Blue) = 198+150+186=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C696BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696BA is #396945. Grayscale: #A8A8A8. Windows color (decimal): -3762502 or 12228294. OLE color: 12228294.

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

Color convert

RGB198150186-
CMYK00.240.060.22
HSL315º29.63%68.24%-
HSV(B)315º24.24%77.65%-
XYZ43.0637.3651.4-
YUV168.46137.9149.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=37.08%
G=28.09%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815018600.240.060.2231529.6368.24
HexC696BA01861613b1e44
Octal30622627203062647336104
Binary11000110100101101011101001100011010110100111011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696BA; }

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

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

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

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

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

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

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

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