#C796BD

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

Shades of Lily #C796BD

Tints of Lily #C796BD

Color information

#C796BD (or 0xC796BD) is unknown color: approx Lily. HEX triplet: C7, 96 and BD. RGB value is (199,150,189). Sum of RGB (Red+Green+Blue) = 199+150+189=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 199 - color contains mainly: red. Hex color #C796BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796BD is #386942. Grayscale: #A8A8A8. Windows color (decimal): -3696963 or 12424903. OLE color: 12424903.

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

Color convert

RGB199150189-
CMYK00.250.050.22
HSL312.24º30.43%68.43%-
HSV(B)312.24º24.62%78.04%-
XYZ43.6437.6353.11-
YUV169.1139.23149.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.99%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=36.99%
G=27.88%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915018900.250.050.22312.2430.4368.43
HexC796BD0195161381e44
Octal30722627503152647036104
Binary11000111100101101011110101100110110110100111000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C796BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C796BD; }

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

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

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

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

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

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

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

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