#C981BA

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

Shades of Lily #C981BA

Tints of Lily #C981BA

Color information

#C981BA (or 0xC981BA) is unknown color: approx Lily. HEX triplet: C9, 81 and BA. RGB value is (201,129,186). Sum of RGB (Red+Green+Blue) = 201+129+186=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C981BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981BA is #367E45. Grayscale: #9C9C9C. Windows color (decimal): -3571270 or 12222921. OLE color: 12222921.

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

Color convert

RGB201129186-
CMYK00.360.070.21
HSL312.5º40%64.71%-
HSV(B)312.5º35.82%78.82%-
XYZ40.831.6650.42-
YUV157.03144.35159.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=38.95%
G=25%
B=36.05%

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
Decimal20112918600.360.070.21312.54064.71
HexC981BA0247151382841
Octal31120127204472547050101
Binary1100100110000001101110100100100111101011001110001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981BA; }

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

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

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

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

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

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

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

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