Html Css Color HEX #8E5261 Cannon Pink

📋 copy color: '#8E5261'

red 142 ◦ green 82 ◦ blue 97

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

Shades of Cannon Pink #8E5261

Tints of Cannon Pink #8E5261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.55%

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

R = 44.24%
G = 25.55%
B = 30.22%

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

#8E5261 (or 0x8E5261) is known color: Cannon Pink. HEX triplet: 8E, 52 and 61. RGB value is (142,82,97). Sum of RGB (Red+Green+Blue) = 142+82+97=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5261 is #71AD9E. Grayscale: #656565. Windows color (decimal): -7450015 or 6378126. OLE color: 6378126.

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

Color convert

RGB 142 82 97 -
CMYK 0 0.42 0.32 0.44
HSL 345º 0.27% 0.44% -
HSV(B) 345º 0.42% 0.56% -
XYZ 16.33 12.65 12.89 -
YUV 101.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 142 82 97 0 0.42 0.32 0.44 345 0.27 0.44
Hex 8E 52 61 0 2A 20 2C 159 1B 2C
Octal 216 122 141 0 52 40 54 531 33 54
Binary 10001110 1010010 1100001 0 101010 100000 101100 101011001 11011 101100

Color Harmonies of #8E5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5261

Black with #8E5261

Text Example


Text Example

White with #8E5261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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