#C981BB

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

Shades of Lily #C981BB

Tints of Lily #C981BB

Color information

#C981BB (or 0xC981BB) is unknown color: approx Lily. HEX triplet: C9, 81 and BB. RGB value is (201,129,187). Sum of RGB (Red+Green+Blue) = 201+129+187=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C981BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981BB is #367E44. Grayscale: #9C9C9C. Windows color (decimal): -3571269 or 12288457. OLE color: 12288457.

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

Color convert

RGB201129187-
CMYK00.360.070.21
HSL311.67º40%64.71%-
HSV(B)311.67º35.82%78.82%-
XYZ40.9131.7150.98-
YUV157.14144.85159.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=38.88%
G=24.95%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112918700.360.070.21311.674064.71
HexC981BB0247151382841
Octal31120127304472547050101
Binary1100100110000001101110110100100111101011001110001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981BB; }

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

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

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

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

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

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

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

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