#C795AF

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

Shades of Lily #C795AF

Tints of Lily #C795AF

Color information

#C795AF (or 0xC795AF) is unknown color: approx Lily. HEX triplet: C7, 95 and AF. RGB value is (199,149,175). Sum of RGB (Red+Green+Blue) = 199+149+175=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C795AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C795AF is #386A50. Grayscale: #A6A6A6. Windows color (decimal): -3697233 or 11507143. OLE color: 11507143.

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

Color convert

RGB199149175-
CMYK00.250.120.22
HSL328.8º30.86%68.24%-
HSV(B)328.8º25.13%78.04%-
XYZ42.0436.7345.43-
YUV166.91132.56150.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.05%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=38.05%
G=28.49%
B=33.46%

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
Decimal19914917500.250.120.22328.830.8668.24
HexC795AF019C161491f44
Octal307225257031142651137104
Binary110001111001010110101111011001110010110101001001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C795AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C795AF; }

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

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

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

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

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

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

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

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