Html Css Color HEX #8D4F70 Cannon Pink

📋 copy color: '#8D4F70'

red 141 ◦ green 79 ◦ blue 112

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

Shades of Cannon Pink #8D4F70

Tints of Cannon Pink #8D4F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.8%

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

R = 42.47%
G = 23.8%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D4F70 (or 0x8D4F70) is known color: Cannon Pink. HEX triplet: 8D, 4F and 70. RGB value is (141,79,112). Sum of RGB (Red+Green+Blue) = 141+79+112=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4F70 is #72B08F. Grayscale: #656565. Windows color (decimal): -7516304 or 7360397. OLE color: 7360397.

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

Color convert

RGB 141 79 112 -
CMYK 0 0.44 0.21 0.45
HSL 328.06º 0.28% 0.43% -
HSV(B) 328.06º 0.44% 0.55% -
XYZ 16.71 12.42 16.85 -
YUV 101.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 141 79 112 0 0.44 0.21 0.45 328.06 0.28 0.43
Hex 8D 4F 70 0 2C 15 2D 148 1C 2B
Octal 215 117 160 0 54 25 55 510 34 53
Binary 10001101 1001111 1110000 0 101100 10101 101101 101001000 11100 101011

Color Harmonies of #8D4F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4F70

Black with #8D4F70

Text Example


Text Example

White with #8D4F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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