#865366

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

Shades of Cannon Pink #865366

Tints of Cannon Pink #865366

Color information

#865366 (or 0x865366) is unknown color: approx Cannon Pink. HEX triplet: 86, 53 and 66. RGB value is (134,83,102). Sum of RGB (Red+Green+Blue) = 134+83+102=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #865366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865366 is #79AC99. Grayscale: #646464. Windows color (decimal): -7974042 or 6706054. OLE color: 6706054.

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

Color convert

RGB13483102-
CMYK00.380.240.47
HSL337.65º23.5%42.55%-
HSV(B)337.65º38.06%52.55%-
XYZ15.3212.2114.12-
YUV100.42128.9151.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=42.01%
G=26.02%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348310200.380.240.47337.6523.542.55
Hex865366026182F152182b
Octal20612314604630575223053
Binary100001101010011110011001001101100010111110101001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865366; }

 p { color: rgb(134,83,102); }

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

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

 a { background-color: rgb(134,83,102); }

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

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

 span { border-color: rgb(134,83,102); }

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