#88445E

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

Shades of Cannon Pink #88445E

Tints of Cannon Pink #88445E

Color information

#88445E (or 0x88445E) is unknown color: approx Cannon Pink. HEX triplet: 88, 44 and 5E. RGB value is (136,68,94). Sum of RGB (Red+Green+Blue) = 136+68+94=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #88445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88445E is #77BBA1. Grayscale: #5B5B5B. Windows color (decimal): -7846818 or 6177928. OLE color: 6177928.

HSL color Cylindrical-coordinate representation of color #88445E: hue angle of 337.06º 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 #88445E is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1366894-
CMYK00.500.310.47
HSL337.06º33.33%40%-
HSV(B)337.06º50%53.33%-
XYZ14.2410.1811.8-
YUV91.3129.53159.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=45.64%
G=22.82%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136689400.500.310.47337.0633.3340
Hex88445E0321F2F1512128
Octal21010413606237575214150
Binary1000100010001001011110011001011111101111101010001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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