#88495B

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

Shades of Cannon Pink #88495B

Tints of Cannon Pink #88495B

Color information

#88495B (or 0x88495B) is unknown color: approx Cannon Pink. HEX triplet: 88, 49 and 5B. RGB value is (136,73,91). Sum of RGB (Red+Green+Blue) = 136+73+91=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #88495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88495B is #77B6A4. Grayscale: #5D5D5D. Windows color (decimal): -7845541 or 5982600. OLE color: 5982600.

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

Color convert

RGB1367391-
CMYK00.460.330.47
HSL342.86º30.14%40.98%-
HSV(B)342.86º46.32%53.33%-
XYZ14.4210.7511.21-
YUV93.89126.37158.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=45.33%
G=24.33%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136739100.460.330.47342.8630.1440.98
Hex88495B02E212F1571e29
Octal21011113305641575273651
Binary1000100010010011011011010111010000110111110101011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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