#86475A

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

Shades of Cannon Pink #86475A

Tints of Cannon Pink #86475A

Color information

#86475A (or 0x86475A) is unknown color: approx Cannon Pink. HEX triplet: 86, 47 and 5A. RGB value is (134,71,90). Sum of RGB (Red+Green+Blue) = 134+71+90=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86475A is #79B8A5. Grayscale: #5B5B5B. Windows color (decimal): -7977126 or 5916550. OLE color: 5916550.

HSL color Cylindrical-coordinate representation of color #86475A: hue angle of 341.9º 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 #86475A is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1347190-
CMYK00.470.330.47
HSL341.9º30.73%40.2%-
HSV(B)341.9º47.01%52.55%-
XYZ13.9310.3110.93-
YUV92126.87157.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=45.42%
G=24.07%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134719000.470.330.47341.930.7340.2
Hex86475A02F212F1561f28
Octal20610713205741575263750
Binary1000011010001111011010010111110000110111110101011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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