#C882AE

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

Shades of Lily #C882AE

Tints of Lily #C882AE

Color information

#C882AE (or 0xC882AE) is unknown color: approx Lily. HEX triplet: C8, 82 and AE. RGB value is (200,130,174). Sum of RGB (Red+Green+Blue) = 200+130+174=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C882AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882AE is #377D51. Grayscale: #9B9B9B. Windows color (decimal): -3636562 or 11436744. OLE color: 11436744.

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

Color convert

RGB200130174-
CMYK00.350.130.22
HSL322.29º38.89%64.71%-
HSV(B)322.29º35%78.43%-
XYZ39.4431.344.01-
YUV155.95138.19159.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=39.68%
G=25.79%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013017400.350.130.22322.2938.8964.71
HexC882AE023D161422741
Octal310202256043152650247101
Binary11001000100000101010111001000111101101101010000101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882AE; }

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

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

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

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

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

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

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

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