#C985AD

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

Shades of Lily #C985AD

Tints of Lily #C985AD

Color information

#C985AD (or 0xC985AD) is unknown color: approx Lily. HEX triplet: C9, 85 and AD. RGB value is (201,133,173). Sum of RGB (Red+Green+Blue) = 201+133+173=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C985AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C985AD is #367A52. Grayscale: #9D9D9D. Windows color (decimal): -3570259 or 11371977. OLE color: 11371977.

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

Color convert

RGB201133173-
CMYK00.340.140.21
HSL324.71º38.64%65.49%-
HSV(B)324.71º33.83%78.82%-
XYZ40.0232.2143.64-
YUV157.89136.53158.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=39.64%
G=26.23%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113317300.340.140.21324.7138.6465.49
HexC985AD022E151452741
Octal311205255042162550547101
Binary11001001100001011010110101000101110101011010001011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985AD; }

 p { color: rgb(201,133,173); }

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

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

 a { background-color: rgb(201,133,173); }

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

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

 span { border-color: rgb(201,133,173); }

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