#8C576B

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

Shades of Cannon Pink #8C576B

Tints of Cannon Pink #8C576B

Color information

#8C576B (or 0x8C576B) is unknown color: approx Cannon Pink. HEX triplet: 8C, 57 and 6B. RGB value is (140,87,107). Sum of RGB (Red+Green+Blue) = 140+87+107=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C576B is #73A894. Grayscale: #696969. Windows color (decimal): -7579797 or 7034764. OLE color: 7034764.

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

Color convert

RGB14087107-
CMYK00.380.240.45
HSL337.36º23.35%44.51%-
HSV(B)337.36º37.86%54.9%-
XYZ16.8813.4515.62-
YUV105.13129.06152.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=41.92%
G=26.05%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408710700.380.240.45337.3623.3544.51
Hex8C576B026182D151172d
Octal21412715304630555212755
Binary100011001010111110101101001101100010110110101000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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