#8A475E

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

Shades of Cannon Pink #8A475E

Tints of Cannon Pink #8A475E

Color information

#8A475E (or 0x8A475E) is unknown color: approx Cannon Pink. HEX triplet: 8A, 47 and 5E. RGB value is (138,71,94). Sum of RGB (Red+Green+Blue) = 138+71+94=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A475E is #75B8A1. Grayscale: #5D5D5D. Windows color (decimal): -7714978 or 6178698. OLE color: 6178698.

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

Color convert

RGB1387194-
CMYK00.490.320.46
HSL339.4º32.06%40.98%-
HSV(B)339.4º48.55%54.12%-
XYZ14.7510.7211.88-
YUV93.66128.2159.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.54%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=45.54%
G=23.43%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138719400.490.320.46339.432.0640.98
Hex8A475E031202E1532029
Octal21210713606140565234051
Binary10001010100011110111100110001100000101110101010011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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