#8C4970

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

Shades of Cannon Pink #8C4970

Tints of Cannon Pink #8C4970

Color information

#8C4970 (or 0x8C4970) is unknown color: approx Cannon Pink. HEX triplet: 8C, 49 and 70. RGB value is (140,73,112). Sum of RGB (Red+Green+Blue) = 140+73+112=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4970 is #73B68F. Grayscale: #616161. Windows color (decimal): -7583376 or 7358860. OLE color: 7358860.

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

Color convert

RGB14073112-
CMYK00.480.200.45
HSL325.07º31.46%41.76%-
HSV(B)325.07º47.86%54.9%-
XYZ16.1211.5116.7-
YUV97.48136.2158.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.08%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=43.08%
G=22.46%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407311200.480.200.45325.0731.4641.76
Hex8C4970030142D1451f2a
Octal21411116006024555053752
Binary100011001001001111000001100001010010110110100010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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