#8C5763

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

Shades of Cannon Pink #8C5763

Tints of Cannon Pink #8C5763

Color information

#8C5763 (or 0x8C5763) is unknown color: approx Cannon Pink. HEX triplet: 8C, 57 and 63. RGB value is (140,87,99). Sum of RGB (Red+Green+Blue) = 140+87+99=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5763 is #73A89C. Grayscale: #686868. Windows color (decimal): -7579805 or 6510476. OLE color: 6510476.

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

Color convert

RGB1408799-
CMYK00.380.290.45
HSL346.42º23.35%44.51%-
HSV(B)346.42º37.86%54.9%-
XYZ16.4813.2913.5-
YUV104.22125.06153.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=42.94%
G=26.69%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140879900.380.290.45346.4223.3544.51
Hex8C57630261D2D15a172d
Octal21412714304635555322755
Binary100011001010111110001101001101110110110110101101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,87,99); }

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

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

 a { background-color: rgb(140,87,99); }

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

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

 span { border-color: rgb(140,87,99); }

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