Html Css Color HEX #8D496A Cannon Pink

📋 copy color: '#8D496A'

red 141 ◦ green 73 ◦ blue 106

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

Shades of Cannon Pink #8D496A

Tints of Cannon Pink #8D496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.81%

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 44.06%
G = 22.81%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8D496A (or 0x8D496A) is known color: Cannon Pink. HEX triplet: 8D, 49 and 6A. RGB value is (141,73,106). Sum of RGB (Red+Green+Blue) = 141+73+106=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D496A is #72B695. Grayscale: #616161. Windows color (decimal): -7517846 or 6965645. OLE color: 6965645.

HSL color Cylindrical-coordinate representation of color #8D496A: hue angle of 330.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D496A is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 73 106 -
CMYK 0 0.48 0.25 0.45
HSL 330.88º 0.32% 0.42% -
HSV(B) 330.88º 0.48% 0.55% -
XYZ 15.97 11.47 15.01 -
YUV 97.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 141 73 106 0 0.48 0.25 0.45 330.88 0.32 0.42
Hex 8D 49 6A 0 30 19 2D 14B 20 2A
Octal 215 111 152 0 60 31 55 513 40 52
Binary 10001101 1001001 1101010 0 110000 11001 101101 101001011 100000 101010

Color Harmonies of #8D496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D496A

Black with #8D496A

Text Example


Text Example

White with #8D496A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,73,106); }

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

background-color css

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

 a { background-color: rgb(141,73,106); }

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

border-color css

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

 span { border-color: rgb(141,73,106); }

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