#86495A

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

Shades of Cannon Pink #86495A

Tints of Cannon Pink #86495A

Color information

#86495A (or 0x86495A) is unknown color: approx Cannon Pink. HEX triplet: 86, 49 and 5A. RGB value is (134,73,90). Sum of RGB (Red+Green+Blue) = 134+73+90=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86495A is #79B6A5. Grayscale: #5D5D5D. Windows color (decimal): -7976614 or 5917062. OLE color: 5917062.

HSL color Cylindrical-coordinate representation of color #86495A: hue angle of 343.28º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86495A is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1347390-
CMYK00.460.330.47
HSL343.28º29.47%40.59%-
HSV(B)343.28º45.52%52.55%-
XYZ14.0610.5710.97-
YUV93.18126.21157.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=45.12%
G=24.58%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134739000.460.330.47343.2829.4740.59
Hex86495A02E212F1571d29
Octal20611113205641575273551
Binary1000011010010011011010010111010000110111110101011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86495A; }

 p { color: rgb(134,73,90); }

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

<style>
 a { background-color: #86495A; }

 a { background-color: rgb(134,73,90); }

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

<style>
 span { border-color: #86495A; }

 span { border-color: rgb(134,73,90); }

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