#C880B4

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

Shades of Lily #C880B4

Tints of Lily #C880B4

Color information

#C880B4 (or 0xC880B4) is unknown color: approx Lily. HEX triplet: C8, 80 and B4. RGB value is (200,128,180). Sum of RGB (Red+Green+Blue) = 200+128+180=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C880B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880B4 is #377F4B. Grayscale: #9B9B9B. Windows color (decimal): -3637068 or 11829448. OLE color: 11829448.

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

Color convert

RGB200128180-
CMYK00.360.10.22
HSL316.67º39.56%64.31%-
HSV(B)316.67º36%78.43%-
XYZ39.7831.0147.07-
YUV155.46141.85159.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=39.37%
G=25.20%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012818000.360.10.22316.6739.5664.31
HexC880B4024A1613d2840
Octal310200264044122647550100
Binary11001000100000001011010001001001010101101001111011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880B4; }

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

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

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

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

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

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

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

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