#C796BA

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

Shades of Lily #C796BA

Tints of Lily #C796BA

Color information

#C796BA (or 0xC796BA) is unknown color: approx Lily. HEX triplet: C7, 96 and BA. RGB value is (199,150,186). Sum of RGB (Red+Green+Blue) = 199+150+186=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C796BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796BA is #386945. Grayscale: #A8A8A8. Windows color (decimal): -3696966 or 12228295. OLE color: 12228295.

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

Color convert

RGB199150186-
CMYK00.250.070.22
HSL315.92º30.43%68.43%-
HSV(B)315.92º24.62%78.04%-
XYZ43.3237.551.41-
YUV168.76137.73149.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=37.20%
G=28.04%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915018600.250.070.22315.9230.4368.43
HexC796BA01971613c1e44
Octal30722627203172647436104
Binary11000111100101101011101001100111110110100111100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C796BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C796BA; }

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

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

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

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

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

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

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

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