#88425D

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

Shades of Cannon Pink #88425D

Tints of Cannon Pink #88425D

Color information

#88425D (or 0x88425D) is unknown color: approx Cannon Pink. HEX triplet: 88, 42 and 5D. RGB value is (136,66,93). Sum of RGB (Red+Green+Blue) = 136+66+93=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88425D is #77BDA2. Grayscale: #595959. Windows color (decimal): -7847331 or 6111880. OLE color: 6111880.

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

Color convert

RGB1366693-
CMYK00.510.320.47
HSL336.86º34.65%39.61%-
HSV(B)336.86º51.47%53.33%-
XYZ14.089.9211.53-
YUV90.01129.69160.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=46.10%
G=22.37%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136669300.510.320.47336.8634.6539.61
Hex88425D033202F1512328
Octal21010213506340575214350
Binary10001000100001010111010110011100000101111101010001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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