#C795AE

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

Shades of Lily #C795AE

Tints of Lily #C795AE

Color information

#C795AE (or 0xC795AE) is unknown color: approx Lily. HEX triplet: C7, 95 and AE. RGB value is (199,149,174). Sum of RGB (Red+Green+Blue) = 199+149+174=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 199 - color contains mainly: red. Hex color #C795AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C795AE is #386A51. Grayscale: #A6A6A6. Windows color (decimal): -3697234 or 11441607. OLE color: 11441607.

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

Color convert

RGB199149174-
CMYK00.250.130.22
HSL330º30.86%68.24%-
HSV(B)330º25.13%78.04%-
XYZ41.9436.6944.92-
YUV166.8132.06150.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.12%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=38.12%
G=28.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914917400.250.130.2233030.8668.24
HexC795AE019D1614a1f44
Octal307225256031152651237104
Binary110001111001010110101110011001110110110101001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C795AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C795AE; }

 p { color: rgb(199,149,174); }

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

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

 a { background-color: rgb(199,149,174); }

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

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

 span { border-color: rgb(199,149,174); }

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