#C984BB

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

Shades of Lily #C984BB

Tints of Lily #C984BB

Color information

#C984BB (or 0xC984BB) is unknown color: approx Lily. HEX triplet: C9, 84 and BB. RGB value is (201,132,187). Sum of RGB (Red+Green+Blue) = 201+132+187=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C984BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984BB is #367B44. Grayscale: #9E9E9E. Windows color (decimal): -3570501 or 12289225. OLE color: 12289225.

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

Color convert

RGB201132187-
CMYK00.340.070.21
HSL312.17º38.98%65.29%-
HSV(B)312.17º34.33%78.82%-
XYZ41.3132.5151.11-
YUV158.9143.86158.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=38.65%
G=25.38%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113218700.340.070.21312.1738.9865.29
HexC984BB0227151382741
Octal31120427304272547047101
Binary1100100110000100101110110100010111101011001110001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984BB; }

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

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

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

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

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

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

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

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