Html Css Color HEX #8F4C5E Cannon Pink

📋 copy color: '#8F4C5E'

red 143 ◦ green 76 ◦ blue 94

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

Shades of Cannon Pink #8F4C5E

Tints of Cannon Pink #8F4C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 45.69%
G = 24.28%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F4C5E (or 0x8F4C5E) is known color: Cannon Pink. HEX triplet: 8F, 4C and 5E. RGB value is (143,76,94). Sum of RGB (Red+Green+Blue) = 143+76+94=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4C5E is #70B3A1. Grayscale: #626262. Windows color (decimal): -7386018 or 6179983. OLE color: 6179983.

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

Color convert

RGB 143 76 94 -
CMYK 0 0.47 0.34 0.44
HSL 343.88º 0.31% 0.43% -
HSV(B) 343.88º 0.47% 0.56% -
XYZ 15.93 11.82 12.03 -
YUV 98.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 143 76 94 0 0.47 0.34 0.44 343.88 0.31 0.43
Hex 8F 4C 5E 0 2F 22 2C 158 1F 2B
Octal 217 114 136 0 57 42 54 530 37 53
Binary 10001111 1001100 1011110 0 101111 100010 101100 101011000 11111 101011

Color Harmonies of #8F4C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4C5E

Black with #8F4C5E

Text Example


Text Example

White with #8F4C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,76,94); }

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

background-color css

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

 a { background-color: rgb(143,76,94); }

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

border-color css

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

 span { border-color: rgb(143,76,94); }

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