#88536C

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

Shades of Cannon Pink #88536C

Tints of Cannon Pink #88536C

Color information

#88536C (or 0x88536C) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 6C. RGB value is (136,83,108). Sum of RGB (Red+Green+Blue) = 136+83+108=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #88536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88536C is #77AC93. Grayscale: #656565. Windows color (decimal): -7842964 or 7099272. OLE color: 7099272.

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

Color convert

RGB13683108-
CMYK00.390.210.47
HSL331.7º24.2%42.94%-
HSV(B)331.7º38.97%53.33%-
XYZ15.9512.515.76-
YUV101.7131.56152.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=41.59%
G=25.38%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368310800.390.210.47331.724.242.94
Hex88536C027152F14c182b
Octal21012315404725575143053
Binary100010001010011110110001001111010110111110100110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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