#C885B9

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

Shades of Lily #C885B9

Tints of Lily #C885B9

Color information

#C885B9 (or 0xC885B9) is unknown color: approx Lily. HEX triplet: C8, 85 and B9. RGB value is (200,133,185). Sum of RGB (Red+Green+Blue) = 200+133+185=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C885B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885B9 is #377A46. Grayscale: #9E9E9E. Windows color (decimal): -3635783 or 12158408. OLE color: 12158408.

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

Color convert

RGB200133185-
CMYK00.340.080.22
HSL313.43º37.85%65.29%-
HSV(B)313.43º33.5%78.43%-
XYZ40.9632.5650.02-
YUV158.96142.7157.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 185 (72.66% from 255) = 35.71%
R=38.61%
G=25.68%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013318500.340.080.22313.4337.8565.29
HexC885B90228161392641
Octal310205271042102647146101
Binary11001000100001011011100101000101000101101001110011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885B9; }

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

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

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

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

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

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

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

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