#8C5060

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

Shades of Cannon Pink #8C5060

Tints of Cannon Pink #8C5060

Color information

#8C5060 (or 0x8C5060) is unknown color: approx Cannon Pink. HEX triplet: 8C, 50 and 60. RGB value is (140,80,96). Sum of RGB (Red+Green+Blue) = 140+80+96=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5060 is #73AF9F. Grayscale: #636363. Windows color (decimal): -7581600 or 6312076. OLE color: 6312076.

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

Color convert

RGB1408096-
CMYK00.430.310.45
HSL344º27.27%43.14%-
HSV(B)344º42.86%54.9%-
XYZ15.812.1612.58-
YUV99.76125.88156.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 96 (37.89% from 255) = 30.38%
R=44.30%
G=25.32%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140809600.430.310.4534427.2743.14
Hex8C506002B1F2D1581b2b
Octal21412014005337555303353
Binary100011001010000110000001010111111110110110101100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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