Html Css Color HEX #8E506A Cannon Pink

📋 copy color: '#8E506A'

red 142 ◦ green 80 ◦ blue 106

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

Shades of Cannon Pink #8E506A

Tints of Cannon Pink #8E506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 43.29%
G = 24.39%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8E506A (or 0x8E506A) is known color: Cannon Pink. HEX triplet: 8E, 50 and 6A. RGB value is (142,80,106). Sum of RGB (Red+Green+Blue) = 142+80+106=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E506A is #71AF95. Grayscale: #656565. Windows color (decimal): -7450518 or 6967438. OLE color: 6967438.

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

Color convert

RGB 142 80 106 -
CMYK 0 0.44 0.25 0.44
HSL 334.84º 0.28% 0.44% -
HSV(B) 334.84º 0.44% 0.56% -
XYZ 16.63 12.53 15.18 -
YUV 101.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 142 80 106 0 0.44 0.25 0.44 334.84 0.28 0.44
Hex 8E 50 6A 0 2C 19 2C 14F 1C 2C
Octal 216 120 152 0 54 31 54 517 34 54
Binary 10001110 1010000 1101010 0 101100 11001 101100 101001111 11100 101100

Color Harmonies of #8E506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E506A

Black with #8E506A

Text Example


Text Example

White with #8E506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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