#C382AA

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

Shades of Lily #C382AA

Tints of Lily #C382AA

Color information

#C382AA (or 0xC382AA) is unknown color: approx Lily. HEX triplet: C3, 82 and AA. RGB value is (195,130,170). Sum of RGB (Red+Green+Blue) = 195+130+170=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C382AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382AA is #3C7D55. Grayscale: #999999. Windows color (decimal): -3964246 or 11174595. OLE color: 11174595.

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

Color convert

RGB195130170-
CMYK00.330.130.24
HSL323.08º35.14%63.73%-
HSV(B)323.08º33.33%76.47%-
XYZ37.7430.4741.92-
YUV154137.03157.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=39.39%
G=26.26%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513017000.330.130.24323.0835.1463.73
HexC382AA021D181432340
Octal303202252041153050343100
Binary11000011100000101010101001000011101110001010000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382AA; }

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

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

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

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

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

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

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

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