#85565D

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

Shades of Cannon Pink #85565D

Tints of Cannon Pink #85565D

Color information

#85565D (or 0x85565D) is unknown color: approx Cannon Pink. HEX triplet: 85, 56 and 5D. RGB value is (133,86,93). Sum of RGB (Red+Green+Blue) = 133+86+93=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85565D is #7AA9A2. Grayscale: #646464. Windows color (decimal): -8038819 or 6116997. OLE color: 6116997.

HSL color Cylindrical-coordinate representation of color #85565D: hue angle of 351.06º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85565D is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1338693-
CMYK00.350.300.48
HSL351.06º21.46%42.94%-
HSV(B)351.06º35.34%52.16%-
XYZ14.9812.4311.97-
YUV100.85123.57150.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=42.63%
G=27.56%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133869300.350.300.48351.0621.4642.94
Hex85565D0231E3015f152b
Octal20512613504336605372553
Binary100001011010110101110101000111111011000010101111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,86,93); }

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

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

 a { background-color: rgb(133,86,93); }

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

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

 span { border-color: rgb(133,86,93); }

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