#C984B3

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

Shades of Lily #C984B3

Tints of Lily #C984B3

Color information

#C984B3 (or 0xC984B3) is unknown color: approx Lily. HEX triplet: C9, 84 and B3. RGB value is (201,132,179). Sum of RGB (Red+Green+Blue) = 201+132+179=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C984B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984B3 is #367B4C. Grayscale: #9D9D9D. Windows color (decimal): -3570509 or 11764937. OLE color: 11764937.

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

Color convert

RGB201132179-
CMYK00.340.110.21
HSL319.13º38.98%65.29%-
HSV(B)319.13º34.33%78.82%-
XYZ40.4832.1746.72-
YUV157.99139.86158.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 179 (70.31% from 255) = 34.96%
R=39.26%
G=25.78%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113217900.340.110.21319.1338.9865.29
HexC984B3022B1513f2741
Octal311204263042132547747101
Binary11001001100001001011001101000101011101011001111111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984B3; }

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

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

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

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

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

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

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

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