#88505B

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

Shades of Cannon Pink #88505B

Tints of Cannon Pink #88505B

Color information

#88505B (or 0x88505B) is unknown color: approx Cannon Pink. HEX triplet: 88, 50 and 5B. RGB value is (136,80,91). Sum of RGB (Red+Green+Blue) = 136+80+91=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #88505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88505B is #77AFA4. Grayscale: #626262. Windows color (decimal): -7843749 or 5984392. OLE color: 5984392.

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

Color convert

RGB1368091-
CMYK00.410.330.47
HSL348.21º25.93%42.35%-
HSV(B)348.21º41.18%53.33%-
XYZ14.9111.7311.38-
YUV98124.05155.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=44.30%
G=26.06%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136809100.410.330.47348.2125.9342.35
Hex88505B029212F15c1a2a
Octal21012013305141575343252
Binary1000100010100001011011010100110000110111110101110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88505B; }

 p { color: rgb(136,80,91); }

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

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

 a { background-color: rgb(136,80,91); }

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

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

 span { border-color: rgb(136,80,91); }

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