#C982AB

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

Shades of Lily #C982AB

Tints of Lily #C982AB

Color information

#C982AB (or 0xC982AB) is unknown color: approx Lily. HEX triplet: C9, 82 and AB. RGB value is (201,130,171). Sum of RGB (Red+Green+Blue) = 201+130+171=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C982AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C982AB is #367D54. Grayscale: #9B9B9B. Windows color (decimal): -3571029 or 11240137. OLE color: 11240137.

HSL color Cylindrical-coordinate representation of color #C982AB: hue angle of 325.35º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C982AB is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201130171-
CMYK00.350.150.21
HSL325.35º39.66%64.9%-
HSV(B)325.35º35.32%78.82%-
XYZ39.4231.3242.5-
YUV155.9136.52160.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 130 (51.17% from 255) = 25.90%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=40.04%
G=25.90%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113017100.350.150.21325.3539.6664.9
HexC982AB023F151452841
Octal311202253043172550550101
Binary11001001100000101010101101000111111101011010001011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C982AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C982AB; }

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

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

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

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

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

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

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

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