#864B63

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

Shades of Cannon Pink #864B63

Tints of Cannon Pink #864B63

Color information

#864B63 (or 0x864B63) is unknown color: approx Cannon Pink. HEX triplet: 86, 4B and 63. RGB value is (134,75,99). Sum of RGB (Red+Green+Blue) = 134+75+99=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #864B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B63 is #79B49C. Grayscale: #5F5F5F. Windows color (decimal): -7976093 or 6507398. OLE color: 6507398.

HSL color Cylindrical-coordinate representation of color #864B63: hue angle of 335.59º 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 #864B63 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB1347599-
CMYK00.440.260.47
HSL335.59º28.23%40.98%-
HSV(B)335.59º44.03%52.55%-
XYZ14.61113.16-
YUV95.38130.05155.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=43.51%
G=24.35%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134759900.440.260.47335.5928.2340.98
Hex864B6302C1A2F1501c29
Octal20611314305432575203451
Binary100001101001011110001101011001101010111110101000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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