Html Css Color HEX #8D4C5E Cannon Pink

📋 copy color: '#8D4C5E'

red 141 ◦ green 76 ◦ blue 94

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

Shades of Cannon Pink #8D4C5E

Tints of Cannon Pink #8D4C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.44%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 45.34%
G = 24.44%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D4C5E (or 0x8D4C5E) is known color: Cannon Pink. HEX triplet: 8D, 4C and 5E. RGB value is (141,76,94). Sum of RGB (Red+Green+Blue) = 141+76+94=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4C5E is #72B3A1. Grayscale: #616161. Windows color (decimal): -7517090 or 6179981. OLE color: 6179981.

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

Color convert

RGB 141 76 94 -
CMYK 0 0.46 0.33 0.45
HSL 343.38º 0.3% 0.43% -
HSV(B) 343.38º 0.46% 0.55% -
XYZ 15.59 11.64 12.01 -
YUV 97.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 141 76 94 0 0.46 0.33 0.45 343.38 0.3 0.43
Hex 8D 4C 5E 0 2E 21 2D 157 1E 2B
Octal 215 114 136 0 56 41 55 527 36 53
Binary 10001101 1001100 1011110 0 101110 100001 101101 101010111 11110 101011

Color Harmonies of #8D4C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4C5E

Black with #8D4C5E

Text Example


Text Example

White with #8D4C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,76,94); }

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

background-color css

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

 a { background-color: rgb(141,76,94); }

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

border-color css

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

 span { border-color: rgb(141,76,94); }

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