#865266

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

Shades of Cannon Pink #865266

Tints of Cannon Pink #865266

Color information

#865266 (or 0x865266) is unknown color: approx Cannon Pink. HEX triplet: 86, 52 and 66. RGB value is (134,82,102). Sum of RGB (Red+Green+Blue) = 134+82+102=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #865266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865266 is #79AD99. Grayscale: #636363. Windows color (decimal): -7974298 or 6705798. OLE color: 6705798.

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

Color convert

RGB13482102-
CMYK00.390.240.47
HSL336.92º24.07%42.35%-
HSV(B)336.92º38.81%52.55%-
XYZ15.2512.0614.1-
YUV99.83129.23152.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=42.14%
G=25.79%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348210200.390.240.47336.9224.0742.35
Hex865266027182F151182a
Octal20612214604730575213052
Binary100001101010010110011001001111100010111110101000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865266; }

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

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

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

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

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

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

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

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