#C984AE

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

Shades of Lily #C984AE

Tints of Lily #C984AE

Color information

#C984AE (or 0xC984AE) is unknown color: approx Lily. HEX triplet: C9, 84 and AE. RGB value is (201,132,174). Sum of RGB (Red+Green+Blue) = 201+132+174=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C984AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C984AE is #367B51. Grayscale: #9D9D9D. Windows color (decimal): -3570514 or 11437257. OLE color: 11437257.

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

Color convert

RGB201132174-
CMYK00.340.130.21
HSL323.48º38.98%65.29%-
HSV(B)323.48º34.33%78.82%-
XYZ39.9831.9844.11-
YUV157.42137.36159.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 132 (51.95% from 255) = 26.04%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=39.64%
G=26.04%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113217400.340.130.21323.4838.9865.29
HexC984AE022D151432741
Octal311204256042152550347101
Binary11001001100001001010111001000101101101011010000111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984AE; }

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

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

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

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

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

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

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

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