#85596A

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

Shades of Cannon Pink #85596A

Tints of Cannon Pink #85596A

Color information

#85596A (or 0x85596A) is unknown color: approx Cannon Pink. HEX triplet: 85, 59 and 6A. RGB value is (133,89,106). Sum of RGB (Red+Green+Blue) = 133+89+106=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85596A is #7AA695. Grayscale: #686868. Windows color (decimal): -8038038 or 6969733. OLE color: 6969733.

HSL color Cylindrical-coordinate representation of color #85596A: hue angle of 336.82º 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 #85596A is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13389106-
CMYK00.330.200.48
HSL336.82º19.82%43.53%-
HSV(B)336.82º33.08%52.16%-
XYZ15.8513.1715.34-
YUV104.09129.08148.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=40.55%
G=27.13%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338910600.330.200.48336.8219.8243.53
Hex85596A0211430151142c
Octal20513115204124605212454
Binary100001011011001110101001000011010011000010101000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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