#88525E

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

Shades of Cannon Pink #88525E

Tints of Cannon Pink #88525E

Color information

#88525E (or 0x88525E) is unknown color: approx Cannon Pink. HEX triplet: 88, 52 and 5E. RGB value is (136,82,94). Sum of RGB (Red+Green+Blue) = 136+82+94=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88525E is #77ADA1. Grayscale: #636363. Windows color (decimal): -7843234 or 6181512. OLE color: 6181512.

HSL color Cylindrical-coordinate representation of color #88525E: hue angle of 346.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88525E is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1368294-
CMYK00.400.310.47
HSL346.67º24.77%42.75%-
HSV(B)346.67º39.71%53.33%-
XYZ15.1912.0812.12-
YUV99.51124.89154.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=43.59%
G=26.28%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136829400.400.310.47346.6724.7742.75
Hex88525E0281F2F15b192b
Octal21012213605037575333153
Binary100010001010010101111001010001111110111110101101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,82,94); }

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

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

 a { background-color: rgb(136,82,94); }

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

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

 span { border-color: rgb(136,82,94); }

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