#865063

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

Shades of Cannon Pink #865063

Tints of Cannon Pink #865063

Color information

#865063 (or 0x865063) is unknown color: approx Cannon Pink. HEX triplet: 86, 50 and 63. RGB value is (134,80,99). Sum of RGB (Red+Green+Blue) = 134+80+99=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #865063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865063 is #79AF9C. Grayscale: #626262. Windows color (decimal): -7974813 or 6508678. OLE color: 6508678.

HSL color Cylindrical-coordinate representation of color #865063: hue angle of 338.89º 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 #865063 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB1348099-
CMYK00.400.260.47
HSL338.89º25.23%41.96%-
HSV(B)338.89º40.3%52.55%-
XYZ14.9511.7113.28-
YUV98.31128.39153.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=42.81%
G=25.56%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134809900.400.260.47338.8925.2341.96
Hex8650630281A2F153192a
Octal20612014305032575233152
Binary100001101010000110001101010001101010111110101001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865063; }

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

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

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

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

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

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

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

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