#8F576C

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

Shades of Cannon Pink #8F576C

Tints of Cannon Pink #8F576C

Color information

#8F576C (or 0x8F576C) is unknown color: approx Cannon Pink. HEX triplet: 8F, 57 and 6C. RGB value is (143,87,108). Sum of RGB (Red+Green+Blue) = 143+87+108=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F576C is #70A893. Grayscale: #6A6A6A. Windows color (decimal): -7383188 or 7100303. OLE color: 7100303.

HSL color Cylindrical-coordinate representation of color #8F576C: hue angle of 337.5º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F576C is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14387108-
CMYK00.390.240.44
HSL337.5º24.35%45.1%-
HSV(B)337.5º39.16%56.08%-
XYZ17.4413.7415.92-
YUV106.14129.05154.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.31%
GREEN value IS 87 (34.38% from 255) = 25.74%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=42.31%
G=25.74%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438710800.390.240.44337.524.3545.1
Hex8F576C027182C152182d
Octal21712715404730545223055
Binary100011111010111110110001001111100010110010101001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,87,108); }

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

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

 a { background-color: rgb(143,87,108); }

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

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

 span { border-color: rgb(143,87,108); }

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