#8C4967

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

Shades of Cannon Pink #8C4967

Tints of Cannon Pink #8C4967

Color information

#8C4967 (or 0x8C4967) is unknown color: approx Cannon Pink. HEX triplet: 8C, 49 and 67. RGB value is (140,73,103). Sum of RGB (Red+Green+Blue) = 140+73+103=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4967 is #73B698. Grayscale: #606060. Windows color (decimal): -7583385 or 6769036. OLE color: 6769036.

HSL color Cylindrical-coordinate representation of color #8C4967: hue angle of 333.13º 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 #8C4967 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB14073103-
CMYK00.480.260.45
HSL333.13º31.46%41.76%-
HSV(B)333.13º47.86%54.9%-
XYZ15.6511.3214.19-
YUV96.45131.7159.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=44.30%
G=23.10%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407310300.480.260.45333.1331.4641.76
Hex8C49670301A2D14d1f2a
Octal21411114706032555153752
Binary100011001001001110011101100001101010110110100110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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