#C482AB

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

Shades of Lily #C482AB

Tints of Lily #C482AB

Color information

#C482AB (or 0xC482AB) is unknown color: approx Lily. HEX triplet: C4, 82 and AB. RGB value is (196,130,171). Sum of RGB (Red+Green+Blue) = 196+130+171=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C482AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C482AB is #3B7D54. Grayscale: #9A9A9A. Windows color (decimal): -3898709 or 11240132. OLE color: 11240132.

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

Color convert

RGB196130171-
CMYK00.340.130.23
HSL322.73º35.87%63.92%-
HSV(B)322.73º33.67%76.86%-
XYZ38.130.6442.43-
YUV154.41137.37157.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=39.44%
G=26.16%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613017100.340.130.23322.7335.8763.92
HexC482AB022D171432440
Octal304202253042152750344100
Binary11000100100000101010101101000101101101111010000111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482AB; }

 p { color: rgb(196,130,171); }

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

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

 a { background-color: rgb(196,130,171); }

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

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

 span { border-color: rgb(196,130,171); }

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