Html Css Color HEX #8D505F Cannon Pink

📋 copy color: '#8D505F'

red 141 ◦ green 80 ◦ blue 95

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

Shades of Cannon Pink #8D505F

Tints of Cannon Pink #8D505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

 BLUE value IS 95 (37.5% from 255) = 30.06%

R = 44.62%
G = 25.32%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D505F (or 0x8D505F) is known color: Cannon Pink. HEX triplet: 8D, 50 and 5F. RGB value is (141,80,95). Sum of RGB (Red+Green+Blue) = 141+80+95=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D505F is #72AFA0. Grayscale: #636363. Windows color (decimal): -7516065 or 6246541. OLE color: 6246541.

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

Color convert

RGB 141 80 95 -
CMYK 0 0.43 0.33 0.45
HSL 345.25º 0.28% 0.43% -
HSV(B) 345.25º 0.43% 0.55% -
XYZ 15.92 12.23 12.35 -
YUV 99.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 141 80 95 0 0.43 0.33 0.45 345.25 0.28 0.43
Hex 8D 50 5F 0 2B 21 2D 159 1C 2B
Octal 215 120 137 0 53 41 55 531 34 53
Binary 10001101 1010000 1011111 0 101011 100001 101101 101011001 11100 101011

Color Harmonies of #8D505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D505F

Black with #8D505F

Text Example


Text Example

White with #8D505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,80,95); }

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

background-color css

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

 a { background-color: rgb(141,80,95); }

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

border-color css

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

 span { border-color: rgb(141,80,95); }

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