#C885B4

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

Shades of Lily #C885B4

Tints of Lily #C885B4

Color information

#C885B4 (or 0xC885B4) is unknown color: approx Lily. HEX triplet: C8, 85 and B4. RGB value is (200,133,180). Sum of RGB (Red+Green+Blue) = 200+133+180=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C885B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885B4 is #377A4B. Grayscale: #9E9E9E. Windows color (decimal): -3635788 or 11830728. OLE color: 11830728.

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

Color convert

RGB200133180-
CMYK00.340.10.22
HSL317.91º37.85%65.29%-
HSV(B)317.91º33.5%78.43%-
XYZ40.4532.3547.29-
YUV158.39140.2157.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=38.99%
G=25.93%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013318000.340.10.22317.9137.8565.29
HexC885B4022A1613e2641
Octal310205264042122647646101
Binary11001000100001011011010001000101010101101001111101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885B4; }

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

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

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

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

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

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

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

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