#C795B6

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

Shades of Lily #C795B6

Tints of Lily #C795B6

Color information

#C795B6 (or 0xC795B6) is unknown color: approx Lily. HEX triplet: C7, 95 and B6. RGB value is (199,149,182). Sum of RGB (Red+Green+Blue) = 199+149+182=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 199 - color contains mainly: red. Hex color #C795B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795B6 is #386A49. Grayscale: #A7A7A7. Windows color (decimal): -3697226 or 11965895. OLE color: 11965895.

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

Color convert

RGB199149182-
CMYK00.250.090.22
HSL320.4º30.86%68.24%-
HSV(B)320.4º25.13%78.04%-
XYZ42.7437.0149.15-
YUV167.71136.06150.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.55%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=37.55%
G=28.11%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914918200.250.090.22320.430.8668.24
HexC795B60199161401f44
Octal307225266031112650037104
Binary110001111001010110110110011001100110110101000000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C795B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C795B6; }

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

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

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

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

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

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

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

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