#C88FAA

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

Shades of Lily #C88FAA

Tints of Lily #C88FAA

Color information

#C88FAA (or 0xC88FAA) is unknown color: approx Lily. HEX triplet: C8, 8F and AA. RGB value is (200,143,170). Sum of RGB (Red+Green+Blue) = 200+143+170=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88FAA is #377055. Grayscale: #A3A3A3. Windows color (decimal): -3633238 or 11177928. OLE color: 11177928.

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

Color convert

RGB200143170-
CMYK00.280.150.22
HSL331.58º34.13%67.25%-
HSV(B)331.58º28.5%78.43%-
XYZ40.934.8342.6-
YUV163.12131.88154.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=38.99%
G=27.88%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014317000.280.150.22331.5834.1367.25
HexC88FAA01CF1614c2243
Octal310217252034172651442103
Binary1100100010001111101010100111001111101101010011001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88FAA; }

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

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

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

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

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

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

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

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