#864E67

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

Shades of Cannon Pink #864E67

Tints of Cannon Pink #864E67

Color information

#864E67 (or 0x864E67) is unknown color: approx Cannon Pink. HEX triplet: 86, 4E and 67. RGB value is (134,78,103). Sum of RGB (Red+Green+Blue) = 134+78+103=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #864E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E67 is #79B198. Grayscale: #616161. Windows color (decimal): -7975321 or 6770310. OLE color: 6770310.

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

Color convert

RGB13478103-
CMYK00.420.230.47
HSL333.21º26.42%41.57%-
HSV(B)333.21º41.79%52.55%-
XYZ1511.514.26-
YUV97.59131.05153.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=42.54%
G=24.76%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347810300.420.230.47333.2126.4241.57
Hex864E6702A172F14d1a2a
Octal20611614705227575153252
Binary100001101001110110011101010101011110111110100110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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