#C88ABC

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

Shades of Lily #C88ABC

Tints of Lily #C88ABC

Color information

#C88ABC (or 0xC88ABC) is unknown color: approx Lily. HEX triplet: C8, 8A and BC. RGB value is (200,138,188). Sum of RGB (Red+Green+Blue) = 200+138+188=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C88ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ABC is #377543. Grayscale: #A2A2A2. Windows color (decimal): -3634500 or 12356296. OLE color: 12356296.

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

Color convert

RGB200138188-
CMYK00.310.060.22
HSL311.61º36.05%66.27%-
HSV(B)311.61º31%78.43%-
XYZ41.9934.0951.94-
YUV162.24142.54154.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=38.02%
G=26.24%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013818800.310.060.22311.6136.0566.27
HexC88ABC01F6161382442
Octal31021227403762647044102
Binary110010001000101010111100011111110101101001110001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88ABC; }

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

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

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

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

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

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

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

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