Html Css Color HEX #8E476A Cannon Pink

📋 copy color: '#8E476A'

red 142 ◦ green 71 ◦ blue 106

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

Shades of Cannon Pink #8E476A

Tints of Cannon Pink #8E476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.26%

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

R = 44.51%
G = 22.26%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8E476A (or 0x8E476A) is known color: Cannon Pink. HEX triplet: 8E, 47 and 6A. RGB value is (142,71,106). Sum of RGB (Red+Green+Blue) = 142+71+106=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E476A is #71B895. Grayscale: #606060. Windows color (decimal): -7452822 or 6965134. OLE color: 6965134.

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

Color convert

RGB 142 71 106 -
CMYK 0 0.5 0.25 0.44
HSL 330.42º 0.33% 0.42% -
HSV(B) 330.42º 0.5% 0.56% -
XYZ 16.01 11.3 14.97 -
YUV 96.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 142 71 106 0 0.5 0.25 0.44 330.42 0.33 0.42
Hex 8E 47 6A 0 32 19 2C 14A 21 2A
Octal 216 107 152 0 62 31 54 512 41 52
Binary 10001110 1000111 1101010 0 110010 11001 101100 101001010 100001 101010

Color Harmonies of #8E476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E476A

Black with #8E476A

Text Example


Text Example

White with #8E476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,71,106); }

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

background-color css

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

 a { background-color: rgb(142,71,106); }

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

border-color css

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

 span { border-color: rgb(142,71,106); }

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