Html Css Color HEX #8E4960 Cannon Pink

📋 copy color: '#8E4960'

red 142 ◦ green 73 ◦ blue 96

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

Shades of Cannon Pink #8E4960

Tints of Cannon Pink #8E4960

RGB

 RED value IS 142 (55.86% from 255) = 45.66%

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

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 45.66%
G = 23.47%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E4960 (or 0x8E4960) is known color: Cannon Pink. HEX triplet: 8E, 49 and 60. RGB value is (142,73,96). Sum of RGB (Red+Green+Blue) = 142+73+96=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4960 is #71B69F. Grayscale: #606060. Windows color (decimal): -7452320 or 6310286. OLE color: 6310286.

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

Color convert

RGB 142 73 96 -
CMYK 0 0.49 0.32 0.44
HSL 340º 0.32% 0.42% -
HSV(B) 340º 0.49% 0.56% -
XYZ 15.65 11.36 12.43 -
YUV 96.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 142 73 96 0 0.49 0.32 0.44 340 0.32 0.42
Hex 8E 49 60 0 31 20 2C 154 20 2A
Octal 216 111 140 0 61 40 54 524 40 52
Binary 10001110 1001001 1100000 0 110001 100000 101100 101010100 100000 101010

Color Harmonies of #8E4960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4960

Black with #8E4960

Text Example


Text Example

White with #8E4960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,73,96); }

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

background-color css

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

 a { background-color: rgb(142,73,96); }

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

border-color css

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

 span { border-color: rgb(142,73,96); }

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