Html Css Color HEX #8D4C70 Cannon Pink

📋 copy color: '#8D4C70'

red 141 ◦ green 76 ◦ blue 112

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

Shades of Cannon Pink #8D4C70

Tints of Cannon Pink #8D4C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 42.86%
G = 23.1%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D4C70 (or 0x8D4C70) is known color: Cannon Pink. HEX triplet: 8D, 4C and 70. RGB value is (141,76,112). Sum of RGB (Red+Green+Blue) = 141+76+112=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4C70 is #72B38F. Grayscale: #636363. Windows color (decimal): -7517072 or 7359629. OLE color: 7359629.

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

Color convert

RGB 141 76 112 -
CMYK 0 0.46 0.21 0.45
HSL 326.77º 0.3% 0.43% -
HSV(B) 326.77º 0.46% 0.55% -
XYZ 16.49 12 16.78 -
YUV 99.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 141 76 112 0 0.46 0.21 0.45 326.77 0.3 0.43
Hex 8D 4C 70 0 2E 15 2D 147 1E 2B
Octal 215 114 160 0 56 25 55 507 36 53
Binary 10001101 1001100 1110000 0 101110 10101 101101 101000111 11110 101011

Color Harmonies of #8D4C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4C70

Black with #8D4C70

Text Example


Text Example

White with #8D4C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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