#C388AA

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

Shades of Lily #C388AA

Tints of Lily #C388AA

Color information

#C388AA (or 0xC388AA) is unknown color: approx Lily. HEX triplet: C3, 88 and AA. RGB value is (195,136,170). Sum of RGB (Red+Green+Blue) = 195+136+170=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C388AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388AA is #3C7755. Grayscale: #9D9D9D. Windows color (decimal): -3962710 or 11176131. OLE color: 11176131.

HSL color Cylindrical-coordinate representation of color #C388AA: hue angle of 325.42º 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 #C388AA is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195136170-
CMYK00.300.130.24
HSL325.42º32.96%64.9%-
HSV(B)325.42º30.26%76.47%-
XYZ38.5732.1142.2-
YUV157.52135.05154.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=38.92%
G=27.15%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513617000.300.130.24325.4232.9664.9
HexC388AA01ED181452141
Octal303210252036153050541101
Binary1100001110001000101010100111101101110001010001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388AA; }

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

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

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

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

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

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

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

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