#C795BB

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

Shades of Lily #C795BB

Tints of Lily #C795BB

Color information

#C795BB (or 0xC795BB) is unknown color: approx Lily. HEX triplet: C7, 95 and BB. RGB value is (199,149,187). Sum of RGB (Red+Green+Blue) = 199+149+187=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C795BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795BB is #386A44. Grayscale: #A8A8A8. Windows color (decimal): -3697221 or 12293575. OLE color: 12293575.

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

Color convert

RGB199149187-
CMYK00.250.060.22
HSL314.4º30.86%68.24%-
HSV(B)314.4º25.13%78.04%-
XYZ43.2737.2251.92-
YUV168.28138.56149.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=37.20%
G=27.85%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914918700.250.060.22314.430.8668.24
HexC795BB01961613a1f44
Octal30722527303162647237104
Binary11000111100101011011101101100111010110100111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C795BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C795BB; }

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

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

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

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

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

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

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

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