#8C4661

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

Shades of Cannon Pink #8C4661

Tints of Cannon Pink #8C4661

Color information

#8C4661 (or 0x8C4661) is unknown color: approx Cannon Pink. HEX triplet: 8C, 46 and 61. RGB value is (140,70,97). Sum of RGB (Red+Green+Blue) = 140+70+97=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4661 is #73B99E. Grayscale: #5D5D5D. Windows color (decimal): -7584159 or 6375052. OLE color: 6375052.

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

Color convert

RGB1407097-
CMYK00.500.310.45
HSL336.86º33.33%41.18%-
HSV(B)336.86º50%54.9%-
XYZ15.1610.8212.6-
YUV94.01129.69160.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.60%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=45.60%
G=22.80%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140709700.500.310.45336.8633.3341.18
Hex8C46610321F2D1512129
Octal21410614106237555214151
Binary1000110010001101100001011001011111101101101010001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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