#865268

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

Shades of Cannon Pink #865268

Tints of Cannon Pink #865268

Color information

#865268 (or 0x865268) is unknown color: approx Cannon Pink. HEX triplet: 86, 52 and 68. RGB value is (134,82,104). Sum of RGB (Red+Green+Blue) = 134+82+104=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #865268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865268 is #79AD97. Grayscale: #646464. Windows color (decimal): -7974296 or 6836870. OLE color: 6836870.

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

Color convert

RGB13482104-
CMYK00.390.220.47
HSL334.62º24.07%42.35%-
HSV(B)334.62º38.81%52.55%-
XYZ15.3512.114.62-
YUV100.06130.23152.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=41.88%
G=25.62%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348210400.390.220.47334.6224.0742.35
Hex865268027162F14f182a
Octal20612215004726575173052
Binary100001101010010110100001001111011010111110100111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865268; }

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

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

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

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

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

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

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

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