Html Css Color HEX #8F496A Cannon Pink

📋 copy color: '#8F496A'

red 143 ◦ green 73 ◦ blue 106

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

Shades of Cannon Pink #8F496A

Tints of Cannon Pink #8F496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

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

R = 44.41%
G = 22.67%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#8F496A (or 0x8F496A) is known color: Cannon Pink. HEX triplet: 8F, 49 and 6A. RGB value is (143,73,106). Sum of RGB (Red+Green+Blue) = 143+73+106=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 143 - color contains mainly: red. Hex color #8F496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F496A is #70B695. Grayscale: #616161. Windows color (decimal): -7386774 or 6965647. OLE color: 6965647.

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

Color convert

RGB 143 73 106 -
CMYK 0 0.49 0.26 0.44
HSL 331.71º 0.32% 0.42% -
HSV(B) 331.71º 0.49% 0.56% -
XYZ 16.31 11.65 15.02 -
YUV 97.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 143 73 106 0 0.49 0.26 0.44 331.71 0.32 0.42
Hex 8F 49 6A 0 31 1A 2C 14C 20 2A
Octal 217 111 152 0 61 32 54 514 40 52
Binary 10001111 1001001 1101010 0 110001 11010 101100 101001100 100000 101010

Color Harmonies of #8F496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F496A

Black with #8F496A

Text Example


Text Example

White with #8F496A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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