#884562

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

Shades of Cannon Pink #884562

Tints of Cannon Pink #884562

Color information

#884562 (or 0x884562) is unknown color: approx Cannon Pink. HEX triplet: 88, 45 and 62. RGB value is (136,69,98). Sum of RGB (Red+Green+Blue) = 136+69+98=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #884562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884562 is #77BA9D. Grayscale: #5C5C5C. Windows color (decimal): -7846558 or 6440328. OLE color: 6440328.

HSL color Cylindrical-coordinate representation of color #884562: hue angle of 334.03º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884562 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1366998-
CMYK00.490.280.47
HSL334.03º32.68%40.2%-
HSV(B)334.03º49.26%53.33%-
XYZ14.4910.3712.79-
YUV92.34131.2159.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.88%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=44.88%
G=22.77%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136699800.490.280.47334.0332.6840.2
Hex8845620311C2F14e2128
Octal21010514206134575164150
Binary1000100010001011100010011000111100101111101001110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884562; }

 p { color: rgb(136,69,98); }

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

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

 a { background-color: rgb(136,69,98); }

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

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

 span { border-color: rgb(136,69,98); }

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