#88536E

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

Shades of Cannon Pink #88536E

Tints of Cannon Pink #88536E

Color information

#88536E (or 0x88536E) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 6E. RGB value is (136,83,110). Sum of RGB (Red+Green+Blue) = 136+83+110=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88536E is #77AC91. Grayscale: #656565. Windows color (decimal): -7842962 or 7230344. OLE color: 7230344.

HSL color Cylindrical-coordinate representation of color #88536E: hue angle of 329.43º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88536E is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13683110-
CMYK00.390.190.47
HSL329.43º24.2%42.94%-
HSV(B)329.43º38.97%53.33%-
XYZ16.0612.5516.33-
YUV101.92132.56152.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=41.34%
G=25.23%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368311000.390.190.47329.4324.242.94
Hex88536E027132F149182b
Octal21012315604723575113053
Binary100010001010011110111001001111001110111110100100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88536E; }

 p { color: rgb(136,83,110); }

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

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

 a { background-color: rgb(136,83,110); }

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

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

 span { border-color: rgb(136,83,110); }

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