#C982BB

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

Shades of Lily #C982BB

Tints of Lily #C982BB

Color information

#C982BB (or 0xC982BB) is unknown color: approx Lily. HEX triplet: C9, 82 and BB. RGB value is (201,130,187). Sum of RGB (Red+Green+Blue) = 201+130+187=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C982BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982BB is #367D44. Grayscale: #9D9D9D. Windows color (decimal): -3571013 or 12288713. OLE color: 12288713.

HSL color Cylindrical-coordinate representation of color #C982BB: hue angle of 311.83º 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 #C982BB is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201130187-
CMYK00.350.070.21
HSL311.83º39.66%64.9%-
HSV(B)311.83º35.32%78.82%-
XYZ41.0431.9751.02-
YUV157.73144.52158.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.80%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=38.80%
G=25.10%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113018700.350.070.21311.8339.6664.9
HexC982BB0237151382841
Octal31120227304372547050101
Binary1100100110000010101110110100011111101011001110001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C982BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C982BB; }

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

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

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

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

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

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

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

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