#88445A

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

Shades of Cannon Pink #88445A

Tints of Cannon Pink #88445A

Color information

#88445A (or 0x88445A) is unknown color: approx Cannon Pink. HEX triplet: 88, 44 and 5A. RGB value is (136,68,90). Sum of RGB (Red+Green+Blue) = 136+68+90=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88445A is #77BBA5. Grayscale: #5A5A5A. Windows color (decimal): -7846822 or 5915784. OLE color: 5915784.

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

Color convert

RGB1366890-
CMYK00.500.340.47
HSL340.59º33.33%40%-
HSV(B)340.59º50%53.33%-
XYZ14.0710.1110.88-
YUV90.84127.53160.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.26%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=46.26%
G=23.13%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136689000.500.340.47340.5933.3340
Hex88445A032222F1552128
Octal21010413206242575254150
Binary10001000100010010110100110010100010101111101010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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