#88535D

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

Shades of Cannon Pink #88535D

Tints of Cannon Pink #88535D

Color information

#88535D (or 0x88535D) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 5D. RGB value is (136,83,93). Sum of RGB (Red+Green+Blue) = 136+83+93=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88535D is #77ACA2. Grayscale: #646464. Windows color (decimal): -7842979 or 6116232. OLE color: 6116232.

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

Color convert

RGB1368393-
CMYK00.390.320.47
HSL348.68º24.2%42.94%-
HSV(B)348.68º38.97%53.33%-
XYZ15.2212.2111.91-
YUV99.99124.06153.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=43.59%
G=26.60%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136839300.390.320.47348.6824.242.94
Hex88535D027202F15d182b
Octal21012313504740575353053
Binary1000100010100111011101010011110000010111110101110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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