Html Css Color HEX #8F556A Cannon Pink

📋 copy color: '#8F556A'

red 143 ◦ green 85 ◦ blue 106

#8F556A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #8F556A

Tints of Cannon Pink #8F556A

RGB

 RED value IS 143 (56.25% from 255) = 42.81%

 GREEN value IS 85 (33.59% from 255) = 25.45%

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 42.81%
G = 25.45%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#8F556A (or 0x8F556A) is known color: Cannon Pink. HEX triplet: 8F, 55 and 6A. RGB value is (143,85,106). Sum of RGB (Red+Green+Blue) = 143+85+106=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F556A is #70AA95. Grayscale: #686868. Windows color (decimal): -7383702 or 6968719. OLE color: 6968719.

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

Color convert

RGB 143 85 106 -
CMYK 0 0.41 0.26 0.44
HSL 338.28º 0.25% 0.45% -
HSV(B) 338.28º 0.41% 0.56% -
XYZ 17.18 13.38 15.31 -
YUV 104.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 143 85 106 0 0.41 0.26 0.44 338.28 0.25 0.45
Hex 8F 55 6A 0 29 1A 2C 152 19 2D
Octal 217 125 152 0 51 32 54 522 31 55
Binary 10001111 1010101 1101010 0 101001 11010 101100 101010010 11001 101101

Color Harmonies of #8F556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F556A

Black with #8F556A

Text Example


Text Example

White with #8F556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F556A;
 }
 .AnyTagClassName
 {
   color: #8F556A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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