#C796AF

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

Shades of Lily #C796AF

Tints of Lily #C796AF

Color information

#C796AF (or 0xC796AF) is unknown color: approx Lily. HEX triplet: C7, 96 and AF. RGB value is (199,150,175). Sum of RGB (Red+Green+Blue) = 199+150+175=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C796AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C796AF is #386950. Grayscale: #A7A7A7. Windows color (decimal): -3696977 or 11507399. OLE color: 11507399.

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

Color convert

RGB199150175-
CMYK00.250.120.22
HSL329.39º30.43%68.43%-
HSV(B)329.39º24.62%78.04%-
XYZ42.237.0545.48-
YUV167.5132.23150.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.98%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=37.98%
G=28.63%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915017500.250.120.22329.3930.4368.43
HexC796AF019C161491e44
Octal307226257031142651136104
Binary110001111001011010101111011001110010110101001001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C796AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C796AF; }

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

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

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

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

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

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

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

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