#865770

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

Shades of Cannon Pink #865770

Tints of Cannon Pink #865770

Color information

#865770 (or 0x865770) is unknown color: approx Cannon Pink. HEX triplet: 86, 57 and 70. RGB value is (134,87,112). Sum of RGB (Red+Green+Blue) = 134+87+112=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #865770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865770 is #79A88F. Grayscale: #676767. Windows color (decimal): -7973008 or 7362438. OLE color: 7362438.

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

Color convert

RGB13487112-
CMYK00.350.160.47
HSL328.09º21.27%43.33%-
HSV(B)328.09º35.07%52.55%-
XYZ16.1613.0517-
YUV103.9132.57149.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=40.24%
G=26.13%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348711200.350.160.47328.0921.2743.33
Hex865770023102F148152b
Octal20612716004320575102553
Binary100001101010111111000001000111000010111110100100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865770; }

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

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

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

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

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

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

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

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