#C880B7

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

Shades of Lily #C880B7

Tints of Lily #C880B7

Color information

#C880B7 (or 0xC880B7) is unknown color: approx Lily. HEX triplet: C8, 80 and B7. RGB value is (200,128,183). Sum of RGB (Red+Green+Blue) = 200+128+183=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C880B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880B7 is #377F48. Grayscale: #9B9B9B. Windows color (decimal): -3637065 or 12026056. OLE color: 12026056.

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

Color convert

RGB200128183-
CMYK00.360.080.22
HSL314.17º39.56%64.31%-
HSV(B)314.17º36%78.43%-
XYZ40.0931.1448.7-
YUV155.8143.35159.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 183 (71.88% from 255) = 35.81%
R=39.14%
G=25.05%
B=35.81%

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
Decimal20012818300.360.080.22314.1739.5664.31
HexC880B702481613a2840
Octal310200267044102647250100
Binary11001000100000001011011101001001000101101001110101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880B7; }

 p { color: rgb(200,128,183); }

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

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

 a { background-color: rgb(200,128,183); }

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

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

 span { border-color: rgb(200,128,183); }

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