#88555B

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

Shades of Cannon Pink #88555B

Tints of Cannon Pink #88555B

Color information

#88555B (or 0x88555B) is unknown color: approx Cannon Pink. HEX triplet: 88, 55 and 5B. RGB value is (136,85,91). Sum of RGB (Red+Green+Blue) = 136+85+91=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88555B is #77AAA4. Grayscale: #646464. Windows color (decimal): -7842469 or 5985672. OLE color: 5985672.

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

Color convert

RGB1368591-
CMYK00.380.330.47
HSL352.94º23.08%43.33%-
HSV(B)352.94º37.5%53.33%-
XYZ15.2912.4911.5-
YUV100.93122.4153.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=43.59%
G=27.24%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136859100.380.330.47352.9423.0843.33
Hex88555B026212F161172b
Octal21012513304641575412753
Binary1000100010101011011011010011010000110111110110000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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