#C88AB9

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

Shades of Lily #C88AB9

Tints of Lily #C88AB9

Color information

#C88AB9 (or 0xC88AB9) is unknown color: approx Lily. HEX triplet: C8, 8A and B9. RGB value is (200,138,185). Sum of RGB (Red+Green+Blue) = 200+138+185=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88AB9 is #377546. Grayscale: #A1A1A1. Windows color (decimal): -3634503 or 12159688. OLE color: 12159688.

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

Color convert

RGB200138185-
CMYK00.310.080.22
HSL314.52º36.05%66.27%-
HSV(B)314.52º31%78.43%-
XYZ41.6633.9650.26-
YUV161.9141.04155.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=38.24%
G=26.39%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013818500.310.080.22314.5236.0566.27
HexC88AB901F81613b2442
Octal310212271037102647344102
Binary1100100010001010101110010111111000101101001110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AB9; }

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

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

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

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

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

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

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

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