#865870

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

Shades of Cannon Pink #865870

Tints of Cannon Pink #865870

Color information

#865870 (or 0x865870) is unknown color: approx Cannon Pink. HEX triplet: 86, 58 and 70. RGB value is (134,88,112). Sum of RGB (Red+Green+Blue) = 134+88+112=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #865870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865870 is #79A78F. Grayscale: #686868. Windows color (decimal): -7972752 or 7362694. OLE color: 7362694.

HSL color Cylindrical-coordinate representation of color #865870: hue angle of 328.7º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865870 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13488112-
CMYK00.340.160.47
HSL328.7º20.72%43.53%-
HSV(B)328.7º34.33%52.55%-
XYZ16.2513.2217.02-
YUV104.49132.24149.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=40.12%
G=26.35%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348811200.340.160.47328.720.7243.53
Hex865870022102F149152c
Octal20613016004220575112554
Binary100001101011000111000001000101000010111110100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865870; }

 p { color: rgb(134,88,112); }

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

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

 a { background-color: rgb(134,88,112); }

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

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

 span { border-color: rgb(134,88,112); }

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