Html Css Color HEX #8E5361 Cannon Pink

📋 copy color: '#8E5361'

red 142 ◦ green 83 ◦ blue 97

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

Shades of Cannon Pink #8E5361

Tints of Cannon Pink #8E5361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

 BLUE value IS 97 (38.28% from 255) = 30.12%

R = 44.1%
G = 25.78%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E5361 (or 0x8E5361) is known color: Cannon Pink. HEX triplet: 8E, 53 and 61. RGB value is (142,83,97). Sum of RGB (Red+Green+Blue) = 142+83+97=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5361 is #71AC9E. Grayscale: #666666. Windows color (decimal): -7449759 or 6378382. OLE color: 6378382.

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

Color convert

RGB 142 83 97 -
CMYK 0 0.42 0.32 0.44
HSL 345.76º 0.26% 0.44% -
HSV(B) 345.76º 0.42% 0.56% -
XYZ 16.41 12.8 12.92 -
YUV 102.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 142 83 97 0 0.42 0.32 0.44 345.76 0.26 0.44
Hex 8E 53 61 0 2A 20 2C 15A 1A 2C
Octal 216 123 141 0 52 40 54 532 32 54
Binary 10001110 1010011 1100001 0 101010 100000 101100 101011010 11010 101100

Color Harmonies of #8E5361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5361

Black with #8E5361

Text Example


Text Example

White with #8E5361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,83,97); }

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

background-color css

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

 a { background-color: rgb(142,83,97); }

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

border-color css

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

 span { border-color: rgb(142,83,97); }

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