#88585E

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

Shades of Cannon Pink #88585E

Tints of Cannon Pink #88585E

Color information

#88585E (or 0x88585E) is unknown color: approx Cannon Pink. HEX triplet: 88, 58 and 5E. RGB value is (136,88,94). Sum of RGB (Red+Green+Blue) = 136+88+94=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #88585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88585E is #77A7A1. Grayscale: #676767. Windows color (decimal): -7841698 or 6183048. OLE color: 6183048.

HSL color Cylindrical-coordinate representation of color #88585E: hue angle of 352.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88585E is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1368894-
CMYK00.350.310.47
HSL352.5º21.43%43.92%-
HSV(B)352.5º35.29%53.33%-
XYZ15.6613.0212.28-
YUV103.04122.9151.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=42.77%
G=27.67%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136889400.350.310.47352.521.4343.92
Hex88585E0231F2F160152c
Octal21013013604337575402554
Binary100010001011000101111001000111111110111110110000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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