#8C4A61

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

Shades of Cannon Pink #8C4A61

Tints of Cannon Pink #8C4A61

Color information

#8C4A61 (or 0x8C4A61) is unknown color: approx Cannon Pink. HEX triplet: 8C, 4A and 61. RGB value is (140,74,97). Sum of RGB (Red+Green+Blue) = 140+74+97=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4A61 is #73B59E. Grayscale: #606060. Windows color (decimal): -7583135 or 6376076. OLE color: 6376076.

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

Color convert

RGB1407497-
CMYK00.470.310.45
HSL339.09º30.84%41.96%-
HSV(B)339.09º47.14%54.9%-
XYZ15.4211.3412.68-
YUV96.36128.37159.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.02%
GREEN value IS 74 (29.30% from 255) = 23.79%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=45.02%
G=23.79%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140749700.470.310.45339.0930.8441.96
Hex8C4A6102F1F2D1531f2a
Octal21411214105737555233752
Binary100011001001010110000101011111111110110110101001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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