#8C4A70

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

Shades of Cannon Pink #8C4A70

Tints of Cannon Pink #8C4A70

Color information

#8C4A70 (or 0x8C4A70) is unknown color: approx Cannon Pink. HEX triplet: 8C, 4A and 70. RGB value is (140,74,112). Sum of RGB (Red+Green+Blue) = 140+74+112=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4A70 is #73B58F. Grayscale: #616161. Windows color (decimal): -7583120 or 7359116. OLE color: 7359116.

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

Color convert

RGB14074112-
CMYK00.470.200.45
HSL325.45º30.84%41.96%-
HSV(B)325.45º47.14%54.9%-
XYZ16.1911.6416.72-
YUV98.07135.87157.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 74 (29.30% from 255) = 22.70%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=42.94%
G=22.70%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407411200.470.200.45325.4530.8441.96
Hex8C4A7002F142D1451f2a
Octal21411216005724555053752
Binary100011001001010111000001011111010010110110100010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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