#88546E

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

Shades of Cannon Pink #88546E

Tints of Cannon Pink #88546E

Color information

#88546E (or 0x88546E) is unknown color: approx Cannon Pink. HEX triplet: 88, 54 and 6E. RGB value is (136,84,110). Sum of RGB (Red+Green+Blue) = 136+84+110=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #88546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88546E is #77AB91. Grayscale: #666666. Windows color (decimal): -7842706 or 7230600. OLE color: 7230600.

HSL color Cylindrical-coordinate representation of color #88546E: hue angle of 330º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88546E is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13684110-
CMYK00.380.190.47
HSL330º23.64%43.14%-
HSV(B)330º38.24%53.33%-
XYZ16.1412.716.35-
YUV102.51132.23151.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=41.21%
G=25.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368411000.380.190.4733023.6443.14
Hex88546E026132F14a182b
Octal21012415604623575123053
Binary100010001010100110111001001101001110111110100101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88546E; }

 p { color: rgb(136,84,110); }

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

<style>
 a { background-color: #88546E; }

 a { background-color: rgb(136,84,110); }

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

<style>
 span { border-color: #88546E; }

 span { border-color: rgb(136,84,110); }

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