#88445B

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

Shades of Cannon Pink #88445B

Tints of Cannon Pink #88445B

Color information

#88445B (or 0x88445B) is unknown color: approx Cannon Pink. HEX triplet: 88, 44 and 5B. RGB value is (136,68,91). Sum of RGB (Red+Green+Blue) = 136+68+91=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88445B is #77BBA4. Grayscale: #5A5A5A. Windows color (decimal): -7846821 or 5981320. OLE color: 5981320.

HSL color Cylindrical-coordinate representation of color #88445B: hue angle of 339.71º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88445B is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1366891-
CMYK00.500.330.47
HSL339.71º33.33%40%-
HSV(B)339.71º50%53.33%-
XYZ14.1110.1211.11-
YUV90.95128.03160.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=46.10%
G=23.05%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136689100.500.330.47339.7133.3340
Hex88445B032212F1542128
Octal21010413306241575244150
Binary10001000100010010110110110010100001101111101010100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,68,91); }

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

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

 a { background-color: rgb(136,68,91); }

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

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

 span { border-color: rgb(136,68,91); }

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