#8C576E

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

Shades of Cannon Pink #8C576E

Tints of Cannon Pink #8C576E

Color information

#8C576E (or 0x8C576E) is unknown color: approx Cannon Pink. HEX triplet: 8C, 57 and 6E. RGB value is (140,87,110). Sum of RGB (Red+Green+Blue) = 140+87+110=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C576E is #73A891. Grayscale: #696969. Windows color (decimal): -7579794 or 7231372. OLE color: 7231372.

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

Color convert

RGB14087110-
CMYK00.380.210.45
HSL333.96º23.35%44.51%-
HSV(B)333.96º37.86%54.9%-
XYZ17.0413.5216.46-
YUV105.47130.56152.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=41.54%
G=25.82%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408711000.380.210.45333.9623.3544.51
Hex8C576E026152D14e172d
Octal21412715604625555162755
Binary100011001010111110111001001101010110110110100111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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