Html Css Color HEX #8F556B Cannon Pink

📋 copy color: '#8F556B'

red 143 ◦ green 85 ◦ blue 107

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

Shades of Cannon Pink #8F556B

Tints of Cannon Pink #8F556B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 42.69%
G = 25.37%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8F556B (or 0x8F556B) is known color: Cannon Pink. HEX triplet: 8F, 55 and 6B. RGB value is (143,85,107). Sum of RGB (Red+Green+Blue) = 143+85+107=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F556B is #70AA94. Grayscale: #686868. Windows color (decimal): -7383701 or 7034255. OLE color: 7034255.

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

Color convert

RGB 143 85 107 -
CMYK 0 0.41 0.25 0.44
HSL 337.24º 0.25% 0.45% -
HSV(B) 337.24º 0.41% 0.56% -
XYZ 17.23 13.4 15.59 -
YUV 104.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 143 85 107 0 0.41 0.25 0.44 337.24 0.25 0.45
Hex 8F 55 6B 0 29 19 2C 151 19 2D
Octal 217 125 153 0 51 31 54 521 31 55
Binary 10001111 1010101 1101011 0 101001 11001 101100 101010001 11001 101101

Color Harmonies of #8F556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F556B

Black with #8F556B

Text Example


Text Example

White with #8F556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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