#88535F

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

Shades of Cannon Pink #88535F

Tints of Cannon Pink #88535F

Color information

#88535F (or 0x88535F) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 5F. RGB value is (136,83,95). Sum of RGB (Red+Green+Blue) = 136+83+95=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #88535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88535F is #77ACA0. Grayscale: #646464. Windows color (decimal): -7842977 or 6247304. OLE color: 6247304.

HSL color Cylindrical-coordinate representation of color #88535F: hue angle of 346.42º 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 #88535F is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1368395-
CMYK00.390.300.47
HSL346.42º24.2%42.94%-
HSV(B)346.42º38.97%53.33%-
XYZ15.3112.2512.38-
YUV100.21125.06153.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=43.31%
G=26.43%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136839500.390.300.47346.4224.242.94
Hex88535F0271E2F15a182b
Octal21012313704736575323053
Binary100010001010011101111101001111111010111110101101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88535F; }

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

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

<style>
 a { background-color: #88535F; }

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

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

<style>
 span { border-color: #88535F; }

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

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