#8C4B60

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

Shades of Cannon Pink #8C4B60

Tints of Cannon Pink #8C4B60

Color information

#8C4B60 (or 0x8C4B60) is unknown color: approx Cannon Pink. HEX triplet: 8C, 4B and 60. RGB value is (140,75,96). Sum of RGB (Red+Green+Blue) = 140+75+96=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4B60 is #73B49F. Grayscale: #606060. Windows color (decimal): -7582880 or 6310796. OLE color: 6310796.

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

Color convert

RGB1407596-
CMYK00.460.310.45
HSL340.62º30.23%42.16%-
HSV(B)340.62º46.43%54.9%-
XYZ15.4411.4512.46-
YUV96.83127.53158.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.02%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=45.02%
G=24.12%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140759600.460.310.45340.6230.2342.16
Hex8C4B6002E1F2D1551e2a
Octal21411314005637555253652
Binary100011001001011110000001011101111110110110101010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,75,96); }

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

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

 a { background-color: rgb(140,75,96); }

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

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

 span { border-color: rgb(140,75,96); }

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