#865369

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

Shades of Cannon Pink #865369

Tints of Cannon Pink #865369

Color information

#865369 (or 0x865369) is unknown color: approx Cannon Pink. HEX triplet: 86, 53 and 69. RGB value is (134,83,105). Sum of RGB (Red+Green+Blue) = 134+83+105=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #865369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865369 is #79AC96. Grayscale: #646464. Windows color (decimal): -7974039 or 6902662. OLE color: 6902662.

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

Color convert

RGB13483105-
CMYK00.380.220.47
HSL334.12º23.5%42.55%-
HSV(B)334.12º38.06%52.55%-
XYZ15.4712.2714.92-
YUV100.76130.4151.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=41.61%
G=25.78%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348310500.380.220.47334.1223.542.55
Hex865369026162F14e182b
Octal20612315104626575163053
Binary100001101010011110100101001101011010111110100111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865369; }

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

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

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

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

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

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

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

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