#85596D

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

Shades of Cannon Pink #85596D

Tints of Cannon Pink #85596D

Color information

#85596D (or 0x85596D) is unknown color: approx Cannon Pink. HEX triplet: 85, 59 and 6D. RGB value is (133,89,109). Sum of RGB (Red+Green+Blue) = 133+89+109=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #85596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85596D is #7AA692. Grayscale: #686868. Windows color (decimal): -8038035 or 7166341. OLE color: 7166341.

HSL color Cylindrical-coordinate representation of color #85596D: hue angle of 332.73º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85596D is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13389109-
CMYK00.330.180.48
HSL332.73º19.82%43.53%-
HSV(B)332.73º33.08%52.16%-
XYZ16.0113.2416.18-
YUV104.44130.58148.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=40.18%
G=26.89%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338910900.330.180.48332.7319.8243.53
Hex85596D021123014d142c
Octal20513115504122605152454
Binary100001011011001110110101000011001011000010100110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,89,109); }

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

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

 a { background-color: rgb(133,89,109); }

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

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

 span { border-color: rgb(133,89,109); }

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