#8F566A

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

Shades of Cannon Pink #8F566A

Tints of Cannon Pink #8F566A

Color information

#8F566A (or 0x8F566A) is unknown color: approx Cannon Pink. HEX triplet: 8F, 56 and 6A. RGB value is (143,86,106). Sum of RGB (Red+Green+Blue) = 143+86+106=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F566A is #70A995. Grayscale: #696969. Windows color (decimal): -7383446 or 6968975. OLE color: 6968975.

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

Color convert

RGB14386106-
CMYK00.400.260.44
HSL338.95º24.89%44.9%-
HSV(B)338.95º39.86%56.08%-
XYZ17.2613.5415.34-
YUV105.32128.38154.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.69%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=42.69%
G=25.67%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438610600.400.260.44338.9524.8944.9
Hex8F566A0281A2C153192d
Octal21712615205032545233155
Binary100011111010110110101001010001101010110010101001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,86,106); }

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

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

 a { background-color: rgb(143,86,106); }

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

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

 span { border-color: rgb(143,86,106); }

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