#86575C

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

Shades of Cannon Pink #86575C

Tints of Cannon Pink #86575C

Color information

#86575C (or 0x86575C) is unknown color: approx Cannon Pink. HEX triplet: 86, 57 and 5C. RGB value is (134,87,92). Sum of RGB (Red+Green+Blue) = 134+87+92=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86575C is #79A8A3. Grayscale: #656565. Windows color (decimal): -7973028 or 6051718. OLE color: 6051718.

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

Color convert

RGB1348792-
CMYK00.350.310.47
HSL353.62º21.27%43.33%-
HSV(B)353.62º35.07%52.55%-
XYZ15.1712.6611.77-
YUV101.62122.57151.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=42.81%
G=27.80%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134879200.350.310.47353.6221.2743.33
Hex86575C0231F2F162152b
Octal20612713404337575422553
Binary100001101010111101110001000111111110111110110001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,87,92); }

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

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

 a { background-color: rgb(134,87,92); }

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

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

 span { border-color: rgb(134,87,92); }

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