#88506B

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

Shades of Cannon Pink #88506B

Tints of Cannon Pink #88506B

Color information

#88506B (or 0x88506B) is unknown color: approx Cannon Pink. HEX triplet: 88, 50 and 6B. RGB value is (136,80,107). Sum of RGB (Red+Green+Blue) = 136+80+107=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #88506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88506B is #77AF94. Grayscale: #636363. Windows color (decimal): -7843733 or 7032968. OLE color: 7032968.

HSL color Cylindrical-coordinate representation of color #88506B: hue angle of 331.07º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88506B is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13680107-
CMYK00.410.210.47
HSL331.07º25.93%42.35%-
HSV(B)331.07º41.18%53.33%-
XYZ15.6812.0315.41-
YUV99.82132.05153.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=42.11%
G=24.77%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368010700.410.210.47331.0725.9342.35
Hex88506B029152F14b1a2a
Octal21012015305125575133252
Binary100010001010000110101101010011010110111110100101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88506B; }

 p { color: rgb(136,80,107); }

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

<style>
 a { background-color: #88506B; }

 a { background-color: rgb(136,80,107); }

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

<style>
 span { border-color: #88506B; }

 span { border-color: rgb(136,80,107); }

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