#C795BC

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

Shades of Lily #C795BC

Tints of Lily #C795BC

Color information

#C795BC (or 0xC795BC) is unknown color: approx Lily. HEX triplet: C7, 95 and BC. RGB value is (199,149,188). Sum of RGB (Red+Green+Blue) = 199+149+188=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 199 - color contains mainly: red. Hex color #C795BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795BC is #386A43. Grayscale: #A8A8A8. Windows color (decimal): -3697220 or 12359111. OLE color: 12359111.

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

Color convert

RGB199149188-
CMYK00.250.060.22
HSL313.2º30.86%68.24%-
HSV(B)313.2º25.13%78.04%-
XYZ43.3837.2752.48-
YUV168.4139.06149.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.13%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=37.13%
G=27.80%
B=35.07%

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
Decimal19914918800.250.060.22313.230.8668.24
HexC795BC0196161391f44
Octal30722527403162647137104
Binary11000111100101011011110001100111010110100111001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C795BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C795BC; }

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

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

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

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

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

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

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

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