Html Css Color HEX #8D4760 Cannon Pink

📋 copy color: '#8D4760'

red 141 ◦ green 71 ◦ blue 96

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

Shades of Cannon Pink #8D4760

Tints of Cannon Pink #8D4760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

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

R = 45.78%
G = 23.05%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8D4760 (or 0x8D4760) is known color: Cannon Pink. HEX triplet: 8D, 47 and 60. RGB value is (141,71,96). Sum of RGB (Red+Green+Blue) = 141+71+96=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4760 is #72B89F. Grayscale: #5E5E5E. Windows color (decimal): -7518368 or 6309773. OLE color: 6309773.

HSL color Cylindrical-coordinate representation of color #8D4760: hue angle of 338.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4760 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 71 96 -
CMYK 0 0.50 0.32 0.45
HSL 338.57º 0.33% 0.42% -
HSV(B) 338.57º 0.5% 0.55% -
XYZ 15.35 11.01 12.38 -
YUV 94.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 141 71 96 0 0.50 0.32 0.45 338.57 0.33 0.42
Hex 8D 47 60 0 32 20 2D 153 21 2A
Octal 215 107 140 0 62 40 55 523 41 52
Binary 10001101 1000111 1100000 0 110010 100000 101101 101010011 100001 101010

Color Harmonies of #8D4760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4760

Black with #8D4760

Text Example


Text Example

White with #8D4760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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