#88505D

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

Shades of Cannon Pink #88505D

Tints of Cannon Pink #88505D

Color information

#88505D (or 0x88505D) is unknown color: approx Cannon Pink. HEX triplet: 88, 50 and 5D. RGB value is (136,80,93). Sum of RGB (Red+Green+Blue) = 136+80+93=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88505D is #77AFA2. Grayscale: #626262. Windows color (decimal): -7843747 or 6115464. OLE color: 6115464.

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

Color convert

RGB1368093-
CMYK00.410.320.47
HSL346.07º25.93%42.35%-
HSV(B)346.07º41.18%53.33%-
XYZ1511.7611.84-
YUV98.23125.05154.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=44.01%
G=25.89%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136809300.410.320.47346.0725.9342.35
Hex88505D029202F15a1a2a
Octal21012013505140575323252
Binary1000100010100001011101010100110000010111110101101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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