#865062

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

Shades of Cannon Pink #865062

Tints of Cannon Pink #865062

Color information

#865062 (or 0x865062) is unknown color: approx Cannon Pink. HEX triplet: 86, 50 and 62. RGB value is (134,80,98). Sum of RGB (Red+Green+Blue) = 134+80+98=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #865062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865062 is #79AF9D. Grayscale: #626262. Windows color (decimal): -7974814 or 6443142. OLE color: 6443142.

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

Color convert

RGB1348098-
CMYK00.400.270.47
HSL340º25.23%41.96%-
HSV(B)340º40.3%52.55%-
XYZ14.911.6913.03-
YUV98.2127.89153.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=42.95%
G=25.64%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134809800.400.270.4734025.2341.96
Hex8650620281B2F154192a
Octal20612014205033575243152
Binary100001101010000110001001010001101110111110101010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865062; }

 p { color: rgb(134,80,98); }

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

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

 a { background-color: rgb(134,80,98); }

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

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

 span { border-color: rgb(134,80,98); }

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