#8C4F60

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

Shades of Cannon Pink #8C4F60

Tints of Cannon Pink #8C4F60

Color information

#8C4F60 (or 0x8C4F60) is unknown color: approx Cannon Pink. HEX triplet: 8C, 4F and 60. RGB value is (140,79,96). Sum of RGB (Red+Green+Blue) = 140+79+96=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C4F60 is #73B09F. Grayscale: #636363. Windows color (decimal): -7581856 or 6311820. OLE color: 6311820.

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

Color convert

RGB1407996-
CMYK00.440.310.45
HSL343.28º27.85%42.94%-
HSV(B)343.28º43.57%54.9%-
XYZ15.7212.0112.56-
YUV99.18126.21157.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=44.44%
G=25.08%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140799600.440.310.45343.2827.8542.94
Hex8C4F6002C1F2D1571c2b
Octal21411714005437555273453
Binary100011001001111110000001011001111110110110101011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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