#884865

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

Shades of Cannon Pink #884865

Tints of Cannon Pink #884865

Color information

#884865 (or 0x884865) is unknown color: approx Cannon Pink. HEX triplet: 88, 48 and 65. RGB value is (136,72,101). Sum of RGB (Red+Green+Blue) = 136+72+101=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #884865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884865 is #77B79A. Grayscale: #5E5E5E. Windows color (decimal): -7845787 or 6637704. OLE color: 6637704.

HSL color Cylindrical-coordinate representation of color #884865: hue angle of 332.81º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #884865 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13672101-
CMYK00.470.260.47
HSL332.81º30.77%40.78%-
HSV(B)332.81º47.06%53.33%-
XYZ14.8210.8113.62-
YUV94.44131.7157.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 101 (39.84% from 255) = 32.69%
R=44.01%
G=23.30%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367210100.470.260.47332.8130.7740.78
Hex88486502F1A2F14d1f29
Octal21011014505732575153751
Binary100010001001000110010101011111101010111110100110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884865; }

 p { color: rgb(136,72,101); }

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

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

 a { background-color: rgb(136,72,101); }

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

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

 span { border-color: rgb(136,72,101); }

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