#C881AA

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

Shades of Lily #C881AA

Tints of Lily #C881AA

Color information

#C881AA (or 0xC881AA) is unknown color: approx Lily. HEX triplet: C8, 81 and AA. RGB value is (200,129,170). Sum of RGB (Red+Green+Blue) = 200+129+170=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C881AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C881AA is #377E55. Grayscale: #9A9A9A. Windows color (decimal): -3636822 or 11174344. OLE color: 11174344.

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

Color convert

RGB200129170-
CMYK00.360.150.22
HSL325.35º39.23%64.51%-
HSV(B)325.35º35.5%78.43%-
XYZ38.9330.8841.94-
YUV154.9136.52160.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 129 (50.78% from 255) = 25.85%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=40.08%
G=25.85%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012917000.360.150.22325.3539.2364.51
HexC881AA024F161452741
Octal310201252044172650547101
Binary11001000100000011010101001001001111101101010001011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881AA; }

 p { color: rgb(200,129,170); }

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

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

 a { background-color: rgb(200,129,170); }

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

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

 span { border-color: rgb(200,129,170); }

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