#865269

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

Shades of Cannon Pink #865269

Tints of Cannon Pink #865269

Color information

#865269 (or 0x865269) is unknown color: approx Cannon Pink. HEX triplet: 86, 52 and 69. RGB value is (134,82,105). Sum of RGB (Red+Green+Blue) = 134+82+105=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #865269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865269 is #79AD96. Grayscale: #646464. Windows color (decimal): -7974295 or 6902406. OLE color: 6902406.

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

Color convert

RGB13482105-
CMYK00.390.220.47
HSL333.46º24.07%42.35%-
HSV(B)333.46º38.81%52.55%-
XYZ15.412.1214.89-
YUV100.17130.73152.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=41.74%
G=25.55%
B=32.71%

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
Decimal1348210500.390.220.47333.4624.0742.35
Hex865269027162F14d182a
Octal20612215104726575153052
Binary100001101010010110100101001111011010111110100110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865269; }

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

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

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

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

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

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

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

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