#88546D

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

Shades of Cannon Pink #88546D

Tints of Cannon Pink #88546D

Color information

#88546D (or 0x88546D) is unknown color: approx Cannon Pink. HEX triplet: 88, 54 and 6D. RGB value is (136,84,109). Sum of RGB (Red+Green+Blue) = 136+84+109=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88546D is #77AB92. Grayscale: #666666. Windows color (decimal): -7842707 or 7165064. OLE color: 7165064.

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

Color convert

RGB13684109-
CMYK00.380.200.47
HSL331.15º23.64%43.14%-
HSV(B)331.15º38.24%53.33%-
XYZ16.0812.6816.07-
YUV102.4131.73151.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=41.34%
G=25.53%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368410900.380.200.47331.1523.6443.14
Hex88546D026142F14b182b
Octal21012415504624575133053
Binary100010001010100110110101001101010010111110100101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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