#8C486F

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

Shades of Cannon Pink #8C486F

Tints of Cannon Pink #8C486F

Color information

#8C486F (or 0x8C486F) is unknown color: approx Cannon Pink. HEX triplet: 8C, 48 and 6F. RGB value is (140,72,111). Sum of RGB (Red+Green+Blue) = 140+72+111=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C486F is #73B790. Grayscale: #606060. Windows color (decimal): -7583633 or 7293068. OLE color: 7293068.

HSL color Cylindrical-coordinate representation of color #8C486F: hue angle of 325.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C486F is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14072111-
CMYK00.490.210.45
HSL325.59º32.08%41.57%-
HSV(B)325.59º48.57%54.9%-
XYZ1611.3616.39-
YUV96.78136.03158.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.34%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=43.34%
G=22.29%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407211100.490.210.45325.5932.0841.57
Hex8C486F031152D146202a
Octal21411015706125555064052
Binary1000110010010001101111011000110101101101101000110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,72,111); }

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

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

 a { background-color: rgb(140,72,111); }

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

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

 span { border-color: rgb(140,72,111); }

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