Html Css Color HEX #8D5460 Cannon Pink

📋 copy color: '#8D5460'

red 141 ◦ green 84 ◦ blue 96

#8D5460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #8D5460

Tints of Cannon Pink #8D5460

RGB

 RED value IS 141 (55.47% from 255) = 43.93%

 GREEN value IS 84 (33.2% from 255) = 26.17%

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 43.93%
G = 26.17%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8D5460 (or 0x8D5460) is known color: Cannon Pink. HEX triplet: 8D, 54 and 60. RGB value is (141,84,96). Sum of RGB (Red+Green+Blue) = 141+84+96=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5460 is #72AB9F. Grayscale: #666666. Windows color (decimal): -7515040 or 6313101. OLE color: 6313101.

HSL color Cylindrical-coordinate representation of color #8D5460: hue angle of 347.37º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5460 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 84 96 -
CMYK 0 0.40 0.32 0.45
HSL 347.37º 0.25% 0.44% -
HSV(B) 347.37º 0.4% 0.55% -
XYZ 16.27 12.85 12.69 -
YUV 102.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 141 84 96 0 0.40 0.32 0.45 347.37 0.25 0.44
Hex 8D 54 60 0 28 20 2D 15B 19 2C
Octal 215 124 140 0 50 40 55 533 31 54
Binary 10001101 1010100 1100000 0 101000 100000 101101 101011011 11001 101100

Color Harmonies of #8D5460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5460

Black with #8D5460

Text Example


Text Example

White with #8D5460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,84,96); }

 H1.HeaderClassName
 {
   color: #8D5460;
 }
 .AnyTagClassName
 {
   color: #8D5460;
 }
</style>

background-color css

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

 a { background-color: rgb(141,84,96); }

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

border-color css

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

 span { border-color: rgb(141,84,96); }

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