#8C4A62

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

Shades of Cannon Pink #8C4A62

Tints of Cannon Pink #8C4A62

Color information

#8C4A62 (or 0x8C4A62) is unknown color: approx Cannon Pink. HEX triplet: 8C, 4A and 62. RGB value is (140,74,98). Sum of RGB (Red+Green+Blue) = 140+74+98=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4A62 is #73B59D. Grayscale: #606060. Windows color (decimal): -7583134 or 6441612. OLE color: 6441612.

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

Color convert

RGB1407498-
CMYK00.470.30.45
HSL338.18º30.84%41.96%-
HSV(B)338.18º47.14%54.9%-
XYZ15.4711.3512.93-
YUV96.47128.87159.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.87%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=44.87%
G=23.72%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140749800.470.30.45338.1830.8441.96
Hex8C4A6202F1E2D1521f2a
Octal21411214205736555223752
Binary100011001001010110001001011111111010110110101001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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