#C88FAF

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

Shades of Lily #C88FAF

Tints of Lily #C88FAF

Color information

#C88FAF (or 0xC88FAF) is unknown color: approx Lily. HEX triplet: C8, 8F and AF. RGB value is (200,143,175). Sum of RGB (Red+Green+Blue) = 200+143+175=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88FAF is #377050. Grayscale: #A3A3A3. Windows color (decimal): -3633233 or 11505608. OLE color: 11505608.

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

Color convert

RGB200143175-
CMYK00.280.120.22
HSL326.32º34.13%67.25%-
HSV(B)326.32º28.5%78.43%-
XYZ41.3835.0245.14-
YUV163.69134.38153.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=38.61%
G=27.61%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014317500.280.120.22326.3234.1367.25
HexC88FAF01CC161462243
Octal310217257034142650642103
Binary1100100010001111101011110111001100101101010001101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88FAF; }

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

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

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

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

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

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

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

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