#8C475E

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

Shades of Cannon Pink #8C475E

Tints of Cannon Pink #8C475E

Color information

#8C475E (or 0x8C475E) is unknown color: approx Cannon Pink. HEX triplet: 8C, 47 and 5E. RGB value is (140,71,94). Sum of RGB (Red+Green+Blue) = 140+71+94=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C475E is #73B8A1. Grayscale: #5E5E5E. Windows color (decimal): -7583906 or 6178700. OLE color: 6178700.

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

Color convert

RGB1407194-
CMYK00.490.330.45
HSL340º32.7%41.37%-
HSV(B)340º49.29%54.9%-
XYZ15.0910.8911.9-
YUV94.25127.86160.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=45.90%
G=23.28%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140719400.490.330.4534032.741.37
Hex8C475E031212D1542129
Octal21410713606141555244151
Binary10001100100011110111100110001100001101101101010100100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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