Html Css Color HEX #8D4F62 Cannon Pink

📋 copy color: '#8D4F62'

red 141 ◦ green 79 ◦ blue 98

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

Shades of Cannon Pink #8D4F62

Tints of Cannon Pink #8D4F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.82%

R = 44.34%
G = 24.84%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8D4F62 (or 0x8D4F62) is known color: Cannon Pink. HEX triplet: 8D, 4F and 62. RGB value is (141,79,98). Sum of RGB (Red+Green+Blue) = 141+79+98=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4F62 is #72B09D. Grayscale: #636363. Windows color (decimal): -7516318 or 6442893. OLE color: 6442893.

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

Color convert

RGB 141 79 98 -
CMYK 0 0.44 0.30 0.45
HSL 341.61º 0.28% 0.43% -
HSV(B) 341.61º 0.44% 0.55% -
XYZ 15.99 12.14 13.06 -
YUV 99.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 141 79 98 0 0.44 0.30 0.45 341.61 0.28 0.43
Hex 8D 4F 62 0 2C 1E 2D 156 1C 2B
Octal 215 117 142 0 54 36 55 526 34 53
Binary 10001101 1001111 1100010 0 101100 11110 101101 101010110 11100 101011

Color Harmonies of #8D4F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4F62

Black with #8D4F62

Text Example


Text Example

White with #8D4F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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