#C885B6

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

Shades of Lily #C885B6

Tints of Lily #C885B6

Color information

#C885B6 (or 0xC885B6) is unknown color: approx Lily. HEX triplet: C8, 85 and B6. RGB value is (200,133,182). Sum of RGB (Red+Green+Blue) = 200+133+182=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C885B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885B6 is #377A49. Grayscale: #9E9E9E. Windows color (decimal): -3635786 or 11961800. OLE color: 11961800.

HSL color Cylindrical-coordinate representation of color #C885B6: hue angle of 316.12º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C885B6 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200133182-
CMYK00.340.090.22
HSL316.12º37.85%65.29%-
HSV(B)316.12º33.5%78.43%-
XYZ40.6532.4348.37-
YUV158.62141.2157.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=38.83%
G=25.83%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013318200.340.090.22316.1237.8565.29
HexC885B602291613c2641
Octal310205266042112647446101
Binary11001000100001011011011001000101001101101001111001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885B6; }

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

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

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

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

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

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

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

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