#8D505C

Color #8D505C Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #8D505C

Tints of Cannon Pink #8D505C

Color information

#8D505C (or 0x8D505C) is unknown color: approx 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

RGB1418092-
CMYK00.430.350.45
HSL348.2º27.6%43.33%-
HSV(B)348.2º43.26%55.29%-
XYZ15.7812.1711.64-
YUV99.61123.71157.52-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141809200.430.350.45348.227.643.33
Hex8D505C02B232D15c1c2b
Octal21512013405343555343453
Binary1000110110100001011100010101110001110110110101110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>