#C380AA

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

Shades of Lily #C380AA

Tints of Lily #C380AA

Color information

#C380AA (or 0xC380AA) is unknown color: approx Lily. HEX triplet: C3, 80 and AA. RGB value is (195,128,170). Sum of RGB (Red+Green+Blue) = 195+128+170=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C380AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C380AA is #3C7F55. Grayscale: #989898. Windows color (decimal): -3964758 or 11174083. OLE color: 11174083.

HSL color Cylindrical-coordinate representation of color #C380AA: hue angle of 322.39º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C380AA is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195128170-
CMYK00.340.130.24
HSL322.39º35.83%63.33%-
HSV(B)322.39º34.36%76.47%-
XYZ37.4829.9441.83-
YUV152.82137.7158.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=39.55%
G=25.96%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512817000.340.130.24322.3935.8363.33
HexC380AA022D18142243f
Octal30320025204215305024477
Binary1100001110000000101010100100010110111000101000010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380AA; }

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

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

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

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

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

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

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

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