#C388AB

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

Shades of Lily #C388AB

Tints of Lily #C388AB

Color information

#C388AB (or 0xC388AB) is unknown color: approx Lily. HEX triplet: C3, 88 and AB. RGB value is (195,136,171). Sum of RGB (Red+Green+Blue) = 195+136+171=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C388AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388AB is #3C7754. Grayscale: #9D9D9D. Windows color (decimal): -3962709 or 11241667. OLE color: 11241667.

HSL color Cylindrical-coordinate representation of color #C388AB: hue angle of 324.41º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C388AB is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195136171-
CMYK00.300.120.24
HSL324.41º32.96%64.9%-
HSV(B)324.41º30.26%76.47%-
XYZ38.6632.1542.7-
YUV157.63135.55154.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 136 (53.52% from 255) = 27.09%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=38.84%
G=27.09%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513617100.300.120.24324.4132.9664.9
HexC388AB01EC181442141
Octal303210253036143050441101
Binary1100001110001000101010110111101100110001010001001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388AB; }

 p { color: rgb(195,136,171); }

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

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

 a { background-color: rgb(195,136,171); }

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

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

 span { border-color: rgb(195,136,171); }

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