#864E64

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

Shades of Cannon Pink #864E64

Tints of Cannon Pink #864E64

Color information

#864E64 (or 0x864E64) is unknown color: approx Cannon Pink. HEX triplet: 86, 4E and 64. RGB value is (134,78,100). Sum of RGB (Red+Green+Blue) = 134+78+100=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #864E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E64 is #79B19B. Grayscale: #616161. Windows color (decimal): -7975324 or 6573702. OLE color: 6573702.

HSL color Cylindrical-coordinate representation of color #864E64: hue angle of 336.43º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #864E64 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13478100-
CMYK00.420.250.47
HSL336.43º26.42%41.57%-
HSV(B)336.43º41.79%52.55%-
XYZ14.8611.4413.48-
YUV97.25129.55154.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=42.95%
G=25%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347810000.420.250.47336.4326.4241.57
Hex864E6402A192F1501a2a
Octal20611614405231575203252
Binary100001101001110110010001010101100110111110101000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,78,100); }

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

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

 a { background-color: rgb(134,78,100); }

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

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

 span { border-color: rgb(134,78,100); }

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