#864E5C

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

Shades of Cannon Pink #864E5C

Tints of Cannon Pink #864E5C

Color information

#864E5C (or 0x864E5C) is unknown color: approx Cannon Pink. HEX triplet: 86, 4E and 5C. RGB value is (134,78,92). Sum of RGB (Red+Green+Blue) = 134+78+92=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #864E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E5C is #79B1A3. Grayscale: #606060. Windows color (decimal): -7975332 or 6049414. OLE color: 6049414.

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

Color convert

RGB1347892-
CMYK00.420.310.47
HSL345º26.42%41.57%-
HSV(B)345º41.79%52.55%-
XYZ14.4911.2911.54-
YUV96.34125.55154.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=44.08%
G=25.66%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134789200.420.310.4734526.4241.57
Hex864E5C02A1F2F1591a2a
Octal20611613405237575313252
Binary100001101001110101110001010101111110111110101100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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