#C795AD

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

Shades of Lily #C795AD

Tints of Lily #C795AD

Color information

#C795AD (or 0xC795AD) is unknown color: approx Lily. HEX triplet: C7, 95 and AD. RGB value is (199,149,173). Sum of RGB (Red+Green+Blue) = 199+149+173=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C795AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C795AD is #386A52. Grayscale: #A6A6A6. Windows color (decimal): -3697235 or 11376071. OLE color: 11376071.

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

Color convert

RGB199149173-
CMYK00.250.130.22
HSL331.2º30.86%68.24%-
HSV(B)331.2º25.13%78.04%-
XYZ41.8436.6544.4-
YUV166.69131.56151.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.20%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=38.20%
G=28.60%
B=33.21%

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
Decimal19914917300.250.130.22331.230.8668.24
HexC795AD019D1614b1f44
Octal307225255031152651337104
Binary110001111001010110101101011001110110110101001011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C795AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C795AD; }

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

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

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

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

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

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

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

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