#C882AB

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

Shades of Lily #C882AB

Tints of Lily #C882AB

Color information

#C882AB (or 0xC882AB) is unknown color: approx Lily. HEX triplet: C8, 82 and AB. RGB value is (200,130,171). Sum of RGB (Red+Green+Blue) = 200+130+171=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C882AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882AB is #377D54. Grayscale: #9B9B9B. Windows color (decimal): -3636565 or 11240136. OLE color: 11240136.

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

Color convert

RGB200130171-
CMYK00.350.140.22
HSL324.86º38.89%64.71%-
HSV(B)324.86º35%78.43%-
XYZ39.1531.1842.48-
YUV155.6136.69159.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=39.92%
G=25.95%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013017100.350.140.22324.8638.8964.71
HexC882AB023E161452741
Octal310202253043162650547101
Binary11001000100000101010101101000111110101101010001011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882AB; }

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

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

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

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

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

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

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

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