#864F5A

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

Shades of Cannon Pink #864F5A

Tints of Cannon Pink #864F5A

Color information

#864F5A (or 0x864F5A) is unknown color: approx Cannon Pink. HEX triplet: 86, 4F and 5A. RGB value is (134,79,90). Sum of RGB (Red+Green+Blue) = 134+79+90=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #864F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864F5A is #79B0A5. Grayscale: #606060. Windows color (decimal): -7975078 or 5918598. OLE color: 5918598.

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

Color convert

RGB1347990-
CMYK00.410.330.47
HSL348º25.82%41.76%-
HSV(B)348º41.04%52.55%-
XYZ14.4711.411.11-
YUV96.7124.22154.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=44.22%
G=26.07%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134799000.410.330.4734825.8241.76
Hex864F5A029212F15c1a2a
Octal20611713205141575343252
Binary1000011010011111011010010100110000110111110101110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,79,90); }

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

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

 a { background-color: rgb(134,79,90); }

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

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

 span { border-color: rgb(134,79,90); }

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