#88425B

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

Shades of Cannon Pink #88425B

Tints of Cannon Pink #88425B

Color information

#88425B (or 0x88425B) is unknown color: approx Cannon Pink. HEX triplet: 88, 42 and 5B. RGB value is (136,66,91). Sum of RGB (Red+Green+Blue) = 136+66+91=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #88425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88425B is #77BDA4. Grayscale: #595959. Windows color (decimal): -7847333 or 5980808. OLE color: 5980808.

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

Color convert

RGB1366691-
CMYK00.510.330.47
HSL338.57º34.65%39.61%-
HSV(B)338.57º51.47%53.33%-
XYZ13.999.8911.07-
YUV89.78128.69160.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=46.42%
G=22.53%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136669100.510.330.47338.5734.6539.61
Hex88425B033212F1532328
Octal21010213306341575234350
Binary10001000100001010110110110011100001101111101010011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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