#C882BA

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

Shades of Lily #C882BA

Tints of Lily #C882BA

Color information

#C882BA (or 0xC882BA) is unknown color: approx Lily. HEX triplet: C8, 82 and BA. RGB value is (200,130,186). Sum of RGB (Red+Green+Blue) = 200+130+186=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C882BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882BA is #377D45. Grayscale: #9D9D9D. Windows color (decimal): -3636550 or 12223176. OLE color: 12223176.

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

Color convert

RGB200130186-
CMYK00.350.070.22
HSL312º38.89%64.71%-
HSV(B)312º35%78.43%-
XYZ40.6631.7950.45-
YUV157.31144.19158.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 130 (51.17% from 255) = 25.19%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=38.76%
G=25.19%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013018600.350.070.2231238.8964.71
HexC882BA0237161382741
Octal31020227204372647047101
Binary1100100010000010101110100100011111101101001110001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882BA; }

 p { color: rgb(200,130,186); }

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

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

 a { background-color: rgb(200,130,186); }

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

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

 span { border-color: rgb(200,130,186); }

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