#C88BB6

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

Shades of Lily #C88BB6

Tints of Lily #C88BB6

Color information

#C88BB6 (or 0xC88BB6) is unknown color: approx Lily. HEX triplet: C8, 8B and B6. RGB value is (200,139,182). Sum of RGB (Red+Green+Blue) = 200+139+182=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BB6 is #377449. Grayscale: #A2A2A2. Windows color (decimal): -3634250 or 11963336. OLE color: 11963336.

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

Color convert

RGB200139182-
CMYK00.300.090.22
HSL317.7º35.67%66.47%-
HSV(B)317.7º30.5%78.43%-
XYZ41.534.1248.66-
YUV162.14139.21155-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=38.39%
G=26.68%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013918200.300.090.22317.735.6766.47
HexC88BB601E91613e2442
Octal310213266036112647644102
Binary1100100010001011101101100111101001101101001111101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BB6; }

 p { color: rgb(200,139,182); }

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

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

 a { background-color: rgb(200,139,182); }

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

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

 span { border-color: rgb(200,139,182); }

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