#C882AD

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

Shades of Lily #C882AD

Tints of Lily #C882AD

Color information

#C882AD (or 0xC882AD) is unknown color: approx Lily. HEX triplet: C8, 82 and AD. RGB value is (200,130,173). Sum of RGB (Red+Green+Blue) = 200+130+173=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C882AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882AD is #377D52. Grayscale: #9B9B9B. Windows color (decimal): -3636563 or 11371208. OLE color: 11371208.

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

Color convert

RGB200130173-
CMYK00.350.140.22
HSL323.14º38.89%64.71%-
HSV(B)323.14º35%78.43%-
XYZ39.3431.2643.5-
YUV155.83137.69159.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=39.76%
G=25.84%
B=34.39%

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
Decimal20013017300.350.140.22323.1438.8964.71
HexC882AD023E161432741
Octal310202255043162650347101
Binary11001000100000101010110101000111110101101010000111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882AD; }

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

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

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

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

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

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

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

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