#C881B9

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

Shades of Lily #C881B9

Tints of Lily #C881B9

Color information

#C881B9 (or 0xC881B9) is unknown color: approx Lily. HEX triplet: C8, 81 and B9. RGB value is (200,129,185). Sum of RGB (Red+Green+Blue) = 200+129+185=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C881B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881B9 is #377E46. Grayscale: #9C9C9C. Windows color (decimal): -3636807 or 12157384. OLE color: 12157384.

HSL color Cylindrical-coordinate representation of color #C881B9: hue angle of 312.68º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C881B9 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200129185-
CMYK00.360.080.22
HSL312.68º39.23%64.51%-
HSV(B)312.68º35.5%78.43%-
XYZ40.4331.4849.84-
YUV156.61144.02158.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=38.91%
G=25.10%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012918500.360.080.22312.6839.2364.51
HexC881B90248161392741
Octal310201271044102647147101
Binary11001000100000011011100101001001000101101001110011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881B9; }

 p { color: rgb(200,129,185); }

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

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

 a { background-color: rgb(200,129,185); }

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

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

 span { border-color: rgb(200,129,185); }

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