#884860

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

Shades of Cannon Pink #884860

Tints of Cannon Pink #884860

Color information

#884860 (or 0x884860) is unknown color: approx Cannon Pink. HEX triplet: 88, 48 and 60. RGB value is (136,72,96). Sum of RGB (Red+Green+Blue) = 136+72+96=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #884860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884860 is #77B79F. Grayscale: #5D5D5D. Windows color (decimal): -7845792 or 6310024. OLE color: 6310024.

HSL color Cylindrical-coordinate representation of color #884860: hue angle of 337.5º 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 #884860 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1367296-
CMYK00.470.290.47
HSL337.5º30.77%40.78%-
HSV(B)337.5º47.06%53.33%-
XYZ14.5810.7112.37-
YUV93.87129.2158.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 96 (37.89% from 255) = 31.58%
R=44.74%
G=23.68%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136729600.470.290.47337.530.7740.78
Hex88486002F1D2F1521f29
Octal21011014005735575223751
Binary100010001001000110000001011111110110111110101001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884860; }

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

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

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

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

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

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

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

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