#C880B2

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

Shades of Lily #C880B2

Tints of Lily #C880B2

Color information

#C880B2 (or 0xC880B2) is unknown color: approx Lily. HEX triplet: C8, 80 and B2. RGB value is (200,128,178). Sum of RGB (Red+Green+Blue) = 200+128+178=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C880B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C880B2 is #377F4D. Grayscale: #9B9B9B. Windows color (decimal): -3637070 or 11698376. OLE color: 11698376.

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

Color convert

RGB200128178-
CMYK00.360.110.22
HSL318.33º39.56%64.31%-
HSV(B)318.33º36%78.43%-
XYZ39.5730.9346-
YUV155.23140.85159.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 178 (69.92% from 255) = 35.18%
R=39.53%
G=25.30%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012817800.360.110.22318.3339.5664.31
HexC880B2024B1613e2840
Octal310200262044132647650100
Binary11001000100000001011001001001001011101101001111101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880B2; }

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

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

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

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

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

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

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

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