Html Css Color HEX #8D505C Cannon Pink

📋 copy color: '#8D505C'

red 141 ◦ green 80 ◦ blue 92

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

Shades of Cannon Pink #8D505C

Tints of Cannon Pink #8D505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 45.05%
G = 25.56%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D505C (or 0x8D505C) is known color: Cannon Pink. HEX triplet: 8D, 50 and 5C. RGB value is (141,80,92). Sum of RGB (Red+Green+Blue) = 141+80+92=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D505C is #72AFA3. Grayscale: #636363. Windows color (decimal): -7516068 or 6049933. OLE color: 6049933.

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

Color convert

RGB 141 80 92 -
CMYK 0 0.43 0.35 0.45
HSL 348.2º 0.28% 0.43% -
HSV(B) 348.2º 0.43% 0.55% -
XYZ 15.78 12.17 11.64 -
YUV 99.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 141 80 92 0 0.43 0.35 0.45 348.2 0.28 0.43
Hex 8D 50 5C 0 2B 23 2D 15C 1C 2B
Octal 215 120 134 0 53 43 55 534 34 53
Binary 10001101 1010000 1011100 0 101011 100011 101101 101011100 11100 101011

Color Harmonies of #8D505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D505C

Black with #8D505C

Text Example


Text Example

White with #8D505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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