#88546A

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

Shades of Cannon Pink #88546A

Tints of Cannon Pink #88546A

Color information

#88546A (or 0x88546A) is unknown color: approx Cannon Pink. HEX triplet: 88, 54 and 6A. RGB value is (136,84,106). Sum of RGB (Red+Green+Blue) = 136+84+106=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88546A is #77AB95. Grayscale: #666666. Windows color (decimal): -7842710 or 6968456. OLE color: 6968456.

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

Color convert

RGB13684106-
CMYK00.380.220.47
HSL334.62º23.64%43.14%-
HSV(B)334.62º38.24%53.33%-
XYZ15.9312.6215.23-
YUV102.06130.23152.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=41.72%
G=25.77%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368410600.380.220.47334.6223.6443.14
Hex88546A026162F14f182b
Octal21012415204626575173053
Binary100010001010100110101001001101011010111110100111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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