#8C4961

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

Shades of Cannon Pink #8C4961

Tints of Cannon Pink #8C4961

Color information

#8C4961 (or 0x8C4961) is unknown color: approx Cannon Pink. HEX triplet: 8C, 49 and 61. RGB value is (140,73,97). Sum of RGB (Red+Green+Blue) = 140+73+97=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4961 is #73B69E. Grayscale: #5F5F5F. Windows color (decimal): -7583391 or 6375820. OLE color: 6375820.

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

Color convert

RGB1407397-
CMYK00.480.310.45
HSL338.51º31.46%41.76%-
HSV(B)338.51º47.86%54.9%-
XYZ15.3611.212.66-
YUV95.77128.7159.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=45.16%
G=23.55%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140739700.480.310.45338.5131.4641.76
Hex8C49610301F2D1531f2a
Octal21411114106037555233752
Binary100011001001001110000101100001111110110110101001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,73,97); }

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

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

 a { background-color: rgb(140,73,97); }

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

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

 span { border-color: rgb(140,73,97); }

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