#86475E

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

Shades of Cannon Pink #86475E

Tints of Cannon Pink #86475E

Color information

#86475E (or 0x86475E) is unknown color: approx Cannon Pink. HEX triplet: 86, 47 and 5E. RGB value is (134,71,94). Sum of RGB (Red+Green+Blue) = 134+71+94=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #86475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86475E is #79B8A1. Grayscale: #5C5C5C. Windows color (decimal): -7977122 or 6178694. OLE color: 6178694.

HSL color Cylindrical-coordinate representation of color #86475E: hue angle of 338.1º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86475E is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1347194-
CMYK00.470.300.47
HSL338.1º30.73%40.2%-
HSV(B)338.1º47.01%52.55%-
XYZ14.1110.3811.85-
YUV92.46128.87157.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=44.82%
G=23.75%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134719400.470.300.47338.130.7340.2
Hex86475E02F1E2F1521f28
Octal20610713605736575223750
Binary100001101000111101111001011111111010111110101001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86475E; }

 p { color: rgb(134,71,94); }

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

<style>
 a { background-color: #86475E; }

 a { background-color: rgb(134,71,94); }

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

<style>
 span { border-color: #86475E; }

 span { border-color: rgb(134,71,94); }

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