#8F4E61

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

Shades of Cannon Pink #8F4E61

Tints of Cannon Pink #8F4E61

Color information

#8F4E61 (or 0x8F4E61) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4E and 61. RGB value is (143,78,97). Sum of RGB (Red+Green+Blue) = 143+78+97=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4E61 is #70B19E. Grayscale: #636363. Windows color (decimal): -7385503 or 6377103. OLE color: 6377103.

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

Color convert

RGB1437897-
CMYK00.450.320.44
HSL342.46º29.41%43.33%-
HSV(B)342.46º45.45%56.08%-
XYZ16.2112.1512.8-
YUV99.6126.53158.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.97%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=44.97%
G=24.53%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143789700.450.320.44342.4629.4143.33
Hex8F4E6102D202C1561d2b
Octal21711614105540545263553
Binary1000111110011101100001010110110000010110010101011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,78,97); }

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

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

 a { background-color: rgb(143,78,97); }

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

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

 span { border-color: rgb(143,78,97); }

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