#C88AAA

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

Shades of Lily #C88AAA

Tints of Lily #C88AAA

Color information

#C88AAA (or 0xC88AAA) is unknown color: approx Lily. HEX triplet: C8, 8A and AA. RGB value is (200,138,170). Sum of RGB (Red+Green+Blue) = 200+138+170=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AAA is #377555. Grayscale: #A0A0A0. Windows color (decimal): -3634518 or 11176648. OLE color: 11176648.

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

Color convert

RGB200138170-
CMYK00.310.150.22
HSL329.03º36.05%66.27%-
HSV(B)329.03º31%78.43%-
XYZ40.1633.3642.35-
YUV160.19133.54156.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=39.37%
G=27.17%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013817000.310.150.22329.0336.0566.27
HexC88AAA01FF161492442
Octal310212252037172651144102
Binary1100100010001010101010100111111111101101010010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AAA; }

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

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

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

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

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

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

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

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