#C788BA

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

Shades of Lily #C788BA

Tints of Lily #C788BA

Color information

#C788BA (or 0xC788BA) is unknown color: approx Lily. HEX triplet: C7, 88 and BA. RGB value is (199,136,186). Sum of RGB (Red+Green+Blue) = 199+136+186=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C788BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C788BA is #387745. Grayscale: #A0A0A0. Windows color (decimal): -3700550 or 12224711. OLE color: 12224711.

HSL color Cylindrical-coordinate representation of color #C788BA: hue angle of 312.38º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C788BA is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB199136186-
CMYK00.320.070.22
HSL312.38º36%65.69%-
HSV(B)312.38º31.66%78.04%-
XYZ41.2233.350.71-
YUV160.54142.37155.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.20%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=38.20%
G=26.10%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913618600.320.070.22312.383665.69
HexC788BA0207161382442
Octal30721027204072647044102
Binary1100011110001000101110100100000111101101001110001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C788BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C788BA; }

 p { color: rgb(199,136,186); }

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

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

 a { background-color: rgb(199,136,186); }

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

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

 span { border-color: rgb(199,136,186); }

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