#86585D

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

Shades of Cannon Pink #86585D

Tints of Cannon Pink #86585D

Color information

#86585D (or 0x86585D) is unknown color: approx Cannon Pink. HEX triplet: 86, 58 and 5D. RGB value is (134,88,93). Sum of RGB (Red+Green+Blue) = 134+88+93=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #86585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86585D is #79A7A2. Grayscale: #666666. Windows color (decimal): -7972771 or 6117510. OLE color: 6117510.

HSL color Cylindrical-coordinate representation of color #86585D: hue angle of 353.48º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86585D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1348893-
CMYK00.340.310.47
HSL353.48º20.72%43.53%-
HSV(B)353.48º34.33%52.55%-
XYZ15.312.8412.03-
YUV102.32122.74150.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=42.54%
G=27.94%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134889300.340.310.47353.4820.7243.53
Hex86585D0221F2F161152c
Octal20613013504237575412554
Binary100001101011000101110101000101111110111110110000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,88,93); }

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

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

 a { background-color: rgb(134,88,93); }

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

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

 span { border-color: rgb(134,88,93); }

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