#C796BC

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

Shades of Lily #C796BC

Tints of Lily #C796BC

Color information

#C796BC (or 0xC796BC) is unknown color: approx Lily. HEX triplet: C7, 96 and BC. RGB value is (199,150,188). Sum of RGB (Red+Green+Blue) = 199+150+188=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 199 - color contains mainly: red. Hex color #C796BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C796BC is #386943. Grayscale: #A8A8A8. Windows color (decimal): -3696964 or 12359367. OLE color: 12359367.

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

Color convert

RGB199150188-
CMYK00.250.060.22
HSL313.47º30.43%68.43%-
HSV(B)313.47º24.62%78.04%-
XYZ43.5437.5952.54-
YUV168.98138.73149.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.06%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=37.06%
G=27.93%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915018800.250.060.22313.4730.4368.43
HexC796BC0196161391e44
Octal30722627403162647136104
Binary11000111100101101011110001100111010110100111001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C796BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C796BC; }

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

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

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

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

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

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

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

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