#88515E

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

Shades of Cannon Pink #88515E

Tints of Cannon Pink #88515E

Color information

#88515E (or 0x88515E) is unknown color: approx Cannon Pink. HEX triplet: 88, 51 and 5E. RGB value is (136,81,94). Sum of RGB (Red+Green+Blue) = 136+81+94=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88515E is #77AEA1. Grayscale: #626262. Windows color (decimal): -7843490 or 6181256. OLE color: 6181256.

HSL color Cylindrical-coordinate representation of color #88515E: hue angle of 345.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88515E is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1368194-
CMYK00.400.310.47
HSL345.82º25.35%42.55%-
HSV(B)345.82º40.44%53.33%-
XYZ15.1211.9312.1-
YUV98.93125.22154.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=43.73%
G=26.05%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136819400.400.310.47345.8225.3542.55
Hex88515E0281F2F15a192b
Octal21012113605037575323153
Binary100010001010001101111001010001111110111110101101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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