Html Css Color HEX #8D4370 Cannon Pink

📋 copy color: '#8D4370'

red 141 ◦ green 67 ◦ blue 112

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

Shades of Cannon Pink #8D4370

Tints of Cannon Pink #8D4370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

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

R = 44.06%
G = 20.94%
B = 35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D4370 (or 0x8D4370) is known color: Cannon Pink. HEX triplet: 8D, 43 and 70. RGB value is (141,67,112). Sum of RGB (Red+Green+Blue) = 141+67+112=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4370 is #72BC8F. Grayscale: #5E5E5E. Windows color (decimal): -7519376 or 7357325. OLE color: 7357325.

HSL color Cylindrical-coordinate representation of color #8D4370: hue angle of 323.51º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4370 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 67 112 -
CMYK 0 0.52 0.21 0.45
HSL 323.51º 0.36% 0.41% -
HSV(B) 323.51º 0.52% 0.55% -
XYZ 15.92 10.85 16.58 -
YUV 94.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 141 67 112 0 0.52 0.21 0.45 323.51 0.36 0.41
Hex 8D 43 70 0 34 15 2D 144 24 29
Octal 215 103 160 0 64 25 55 504 44 51
Binary 10001101 1000011 1110000 0 110100 10101 101101 101000100 100100 101001

Color Harmonies of #8D4370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4370

Black with #8D4370

Text Example


Text Example

White with #8D4370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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