#864B62

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

Shades of Cannon Pink #864B62

Tints of Cannon Pink #864B62

Color information

#864B62 (or 0x864B62) is unknown color: approx Cannon Pink. HEX triplet: 86, 4B and 62. RGB value is (134,75,98). Sum of RGB (Red+Green+Blue) = 134+75+98=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #864B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B62 is #79B49D. Grayscale: #5F5F5F. Windows color (decimal): -7976094 or 6441862. OLE color: 6441862.

HSL color Cylindrical-coordinate representation of color #864B62: hue angle of 336.61º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864B62 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1347598-
CMYK00.440.270.47
HSL336.61º28.23%40.98%-
HSV(B)336.61º44.03%52.55%-
XYZ14.5510.9812.91-
YUV95.26129.55155.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=43.65%
G=24.43%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134759800.440.270.47336.6128.2340.98
Hex864B6202C1B2F1511c29
Octal20611314205433575213451
Binary100001101001011110001001011001101110111110101000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864B62; }

 p { color: rgb(134,75,98); }

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

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

 a { background-color: rgb(134,75,98); }

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

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

 span { border-color: rgb(134,75,98); }

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