#8C465E

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

Shades of Cannon Pink #8C465E

Tints of Cannon Pink #8C465E

Color information

#8C465E (or 0x8C465E) is unknown color: approx Cannon Pink. HEX triplet: 8C, 46 and 5E. RGB value is (140,70,94). Sum of RGB (Red+Green+Blue) = 140+70+94=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C465E is #73B9A1. Grayscale: #5D5D5D. Windows color (decimal): -7584162 or 6178444. OLE color: 6178444.

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

Color convert

RGB1407094-
CMYK00.500.330.45
HSL339.43º33.33%41.18%-
HSV(B)339.43º50%54.9%-
XYZ15.0310.7611.88-
YUV93.67128.19161.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.05%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=46.05%
G=23.03%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140709400.500.330.45339.4333.3341.18
Hex8C465E032212D1532129
Octal21410613606241555234151
Binary10001100100011010111100110010100001101101101010011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,70,94); }

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

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

 a { background-color: rgb(140,70,94); }

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

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

 span { border-color: rgb(140,70,94); }

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