#8F5667

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

Shades of Cannon Pink #8F5667

Tints of Cannon Pink #8F5667

Color information

#8F5667 (or 0x8F5667) is unknown color: approx Cannon Pink. HEX triplet: 8F, 56 and 67. RGB value is (143,86,103). Sum of RGB (Red+Green+Blue) = 143+86+103=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5667 is #70A998. Grayscale: #686868. Windows color (decimal): -7383449 or 6772367. OLE color: 6772367.

HSL color Cylindrical-coordinate representation of color #8F5667: hue angle of 342.11º 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 #8F5667 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB14386103-
CMYK00.400.280.44
HSL342.11º24.89%44.9%-
HSV(B)342.11º39.86%56.08%-
XYZ17.113.4714.53-
YUV104.98126.88155.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.07%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=43.07%
G=25.90%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438610300.400.280.44342.1124.8944.9
Hex8F56670281C2C156192d
Octal21712614705034545263155
Binary100011111010110110011101010001110010110010101011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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