#864958

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

Shades of Cannon Pink #864958

Tints of Cannon Pink #864958

Color information

#864958 (or 0x864958) is unknown color: approx Cannon Pink. HEX triplet: 86, 49 and 58. RGB value is (134,73,88). Sum of RGB (Red+Green+Blue) = 134+73+88=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #864958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864958 is #79B6A7. Grayscale: #5C5C5C. Windows color (decimal): -7976616 or 5785990. OLE color: 5785990.

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

Color convert

RGB1347388-
CMYK00.460.340.47
HSL345.25º29.47%40.59%-
HSV(B)345.25º45.52%52.55%-
XYZ13.9810.5410.53-
YUV92.95125.21157.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=45.42%
G=24.75%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134738800.460.340.47345.2529.4740.59
Hex86495802E222F1591d29
Octal20611113005642575313551
Binary1000011010010011011000010111010001010111110101100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864958; }

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

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

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

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

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

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

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

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