#85596C

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

Shades of Cannon Pink #85596C

Tints of Cannon Pink #85596C

Color information

#85596C (or 0x85596C) is unknown color: approx Cannon Pink. HEX triplet: 85, 59 and 6C. RGB value is (133,89,108). Sum of RGB (Red+Green+Blue) = 133+89+108=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85596C is #7AA693. Grayscale: #686868. Windows color (decimal): -8038036 or 7100805. OLE color: 7100805.

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

Color convert

RGB13389108-
CMYK00.330.190.48
HSL334.09º19.82%43.53%-
HSV(B)334.09º33.08%52.16%-
XYZ15.9513.2115.9-
YUV104.32130.08148.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=40.30%
G=26.97%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338910800.330.190.48334.0919.8243.53
Hex85596C021133014e142c
Octal20513115404123605162454
Binary100001011011001110110001000011001111000010100111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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