#C985BC

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

Shades of Lily #C985BC

Tints of Lily #C985BC

Color information

#C985BC (or 0xC985BC) is unknown color: approx Lily. HEX triplet: C9, 85 and BC. RGB value is (201,133,188). Sum of RGB (Red+Green+Blue) = 201+133+188=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C985BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985BC is #367A43. Grayscale: #9F9F9F. Windows color (decimal): -3570244 or 12355017. OLE color: 12355017.

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

Color convert

RGB201133188-
CMYK00.340.060.21
HSL311.47º38.64%65.49%-
HSV(B)311.47º33.83%78.82%-
XYZ41.5532.8251.72-
YUV159.6144.03157.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 133 (52.34% from 255) = 25.48%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=38.51%
G=25.48%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113318800.340.060.21311.4738.6465.49
HexC985BC0226151372741
Octal31120527404262546747101
Binary1100100110000101101111000100010110101011001101111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985BC; }

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

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

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

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

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

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

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

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