Html Css Color HEX #8E516E Cannon Pink

📋 copy color: '#8E516E'

red 142 ◦ green 81 ◦ blue 110

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

Shades of Cannon Pink #8E516E

Tints of Cannon Pink #8E516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.32%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 42.64%
G = 24.32%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E516E (or 0x8E516E) is known color: Cannon Pink. HEX triplet: 8E, 51 and 6E. RGB value is (142,81,110). Sum of RGB (Red+Green+Blue) = 142+81+110=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E516E is #71AE91. Grayscale: #666666. Windows color (decimal): -7450258 or 7229838. OLE color: 7229838.

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

Color convert

RGB 142 81 110 -
CMYK 0 0.43 0.23 0.44
HSL 331.48º 0.27% 0.44% -
HSV(B) 331.48º 0.43% 0.56% -
XYZ 16.91 12.76 16.32 -
YUV 102.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 142 81 110 0 0.43 0.23 0.44 331.48 0.27 0.44
Hex 8E 51 6E 0 2B 17 2C 14B 1B 2C
Octal 216 121 156 0 53 27 54 513 33 54
Binary 10001110 1010001 1101110 0 101011 10111 101100 101001011 11011 101100

Color Harmonies of #8E516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E516E

Black with #8E516E

Text Example


Text Example

White with #8E516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,81,110); }

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

background-color css

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

 a { background-color: rgb(142,81,110); }

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

border-color css

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

 span { border-color: rgb(142,81,110); }

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