#8C5265

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

Shades of Cannon Pink #8C5265

Tints of Cannon Pink #8C5265

Color information

#8C5265 (or 0x8C5265) is unknown color: approx Cannon Pink. HEX triplet: 8C, 52 and 65. RGB value is (140,82,101). Sum of RGB (Red+Green+Blue) = 140+82+101=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5265 is #73AD9A. Grayscale: #656565. Windows color (decimal): -7581083 or 6640268. OLE color: 6640268.

HSL color Cylindrical-coordinate representation of color #8C5265: hue angle of 340.34º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5265 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB14082101-
CMYK00.410.280.45
HSL340.34º26.13%43.53%-
HSV(B)340.34º41.43%54.9%-
XYZ16.1812.5513.88-
YUV101.51127.72155.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.34%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=43.34%
G=25.39%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408210100.410.280.45340.3426.1343.53
Hex8C52650291C2D1541a2c
Octal21412214505134555243254
Binary100011001010010110010101010011110010110110101010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C5265; }

 p { color: rgb(140,82,101); }

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

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

 a { background-color: rgb(140,82,101); }

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

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

 span { border-color: rgb(140,82,101); }

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