#C881B6

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

Shades of Lily #C881B6

Tints of Lily #C881B6

Color information

#C881B6 (or 0xC881B6) is unknown color: approx Lily. HEX triplet: C8, 81 and B6. RGB value is (200,129,182). Sum of RGB (Red+Green+Blue) = 200+129+182=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C881B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881B6 is #377E49. Grayscale: #9C9C9C. Windows color (decimal): -3636810 or 11960776. OLE color: 11960776.

HSL color Cylindrical-coordinate representation of color #C881B6: hue angle of 315.21º 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 #C881B6 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200129182-
CMYK00.360.090.22
HSL315.21º39.23%64.51%-
HSV(B)315.21º35.5%78.43%-
XYZ40.1131.3648.19-
YUV156.27142.52159.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=39.14%
G=25.24%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012918200.360.090.22315.2139.2364.51
HexC881B602491613b2741
Octal310201266044112647347101
Binary11001000100000011011011001001001001101101001110111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881B6; }

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

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

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

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

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

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

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

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