#86465A

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

Shades of Cannon Pink #86465A

Tints of Cannon Pink #86465A

Color information

#86465A (or 0x86465A) is unknown color: approx Cannon Pink. HEX triplet: 86, 46 and 5A. RGB value is (134,70,90). Sum of RGB (Red+Green+Blue) = 134+70+90=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86465A is #79B9A5. Grayscale: #5B5B5B. Windows color (decimal): -7977382 or 5916294. OLE color: 5916294.

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

Color convert

RGB1347090-
CMYK00.480.330.47
HSL341.25º31.37%40%-
HSV(B)341.25º47.76%52.55%-
XYZ13.8710.1910.91-
YUV91.42127.2158.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=45.58%
G=23.81%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134709000.480.330.47341.2531.3740
Hex86465A030212F1551f28
Octal20610613206041575253750
Binary1000011010001101011010011000010000110111110101010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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