#8C505B

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

Shades of Cannon Pink #8C505B

Tints of Cannon Pink #8C505B

Color information

#8C505B (or 0x8C505B) is unknown color: approx Cannon Pink. HEX triplet: 8C, 50 and 5B. RGB value is (140,80,91). Sum of RGB (Red+Green+Blue) = 140+80+91=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C505B is #73AFA4. Grayscale: #636363. Windows color (decimal): -7581605 or 5984396. OLE color: 5984396.

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

Color convert

RGB1408091-
CMYK00.430.350.45
HSL349º27.27%43.14%-
HSV(B)349º42.86%54.9%-
XYZ15.5712.0711.41-
YUV99.19123.38157.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.02%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=45.02%
G=25.72%
B=29.26%

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
Decimal140809100.430.350.4534927.2743.14
Hex8C505B02B232D15d1b2b
Octal21412013305343555353353
Binary1000110010100001011011010101110001110110110101110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,80,91); }

 H1.HeaderClassName
 {
   color: #8C505B;
 }
 .AnyTagClassName
 {
   color: #8C505B;
 }
</style>
background-color css

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

 a { background-color: rgb(140,80,91); }

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

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

 span { border-color: rgb(140,80,91); }

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