#C985B1

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

Shades of Lily #C985B1

Tints of Lily #C985B1

Color information

#C985B1 (or 0xC985B1) is unknown color: approx Lily. HEX triplet: C9, 85 and B1. RGB value is (201,133,177). Sum of RGB (Red+Green+Blue) = 201+133+177=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C985B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C985B1 is #367A4E. Grayscale: #9E9E9E. Windows color (decimal): -3570255 or 11634121. OLE color: 11634121.

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

Color convert

RGB201133177-
CMYK00.340.120.21
HSL321.18º38.64%65.49%-
HSV(B)321.18º33.83%78.82%-
XYZ40.4132.3745.71-
YUV158.35138.53158.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.33%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 177 (69.53% from 255) = 34.64%
R=39.33%
G=26.03%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113317700.340.120.21321.1838.6465.49
HexC985B1022C151412741
Octal311205261042142550147101
Binary11001001100001011011000101000101100101011010000011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985B1; }

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

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

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

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

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

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

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

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