#C88AAF

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

Shades of Lily #C88AAF

Tints of Lily #C88AAF

Color information

#C88AAF (or 0xC88AAF) is unknown color: approx Lily. HEX triplet: C8, 8A and AF. RGB value is (200,138,175). Sum of RGB (Red+Green+Blue) = 200+138+175=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AAF is #377550. Grayscale: #A0A0A0. Windows color (decimal): -3634513 or 11504328. OLE color: 11504328.

HSL color Cylindrical-coordinate representation of color #C88AAF: hue angle of 324.19º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88AAF is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200138175-
CMYK00.310.120.22
HSL324.19º36.05%66.27%-
HSV(B)324.19º31%78.43%-
XYZ40.6533.5544.89-
YUV160.76136.04155.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=38.99%
G=26.90%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013817500.310.120.22324.1936.0566.27
HexC88AAF01FC161442442
Octal310212257037142650444102
Binary1100100010001010101011110111111100101101010001001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AAF; }

 p { color: rgb(200,138,175); }

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

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

 a { background-color: rgb(200,138,175); }

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

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

 span { border-color: rgb(200,138,175); }

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