#88536A

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

Shades of Cannon Pink #88536A

Tints of Cannon Pink #88536A

Color information

#88536A (or 0x88536A) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 6A. RGB value is (136,83,106). Sum of RGB (Red+Green+Blue) = 136+83+106=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #88536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88536A is #77AC95. Grayscale: #656565. Windows color (decimal): -7842966 or 6968200. OLE color: 6968200.

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

Color convert

RGB13683106-
CMYK00.390.220.47
HSL333.96º24.2%42.94%-
HSV(B)333.96º38.97%53.33%-
XYZ15.8512.4615.21-
YUV101.47130.56152.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=41.85%
G=25.54%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368310600.390.220.47333.9624.242.94
Hex88536A027162F14e182b
Octal21012315204726575163053
Binary100010001010011110101001001111011010111110100111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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