Html Css Color HEX #8E556B Cannon Pink

📋 copy color: '#8E556B'

red 142 ◦ green 85 ◦ blue 107

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

Shades of Cannon Pink #8E556B

Tints of Cannon Pink #8E556B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 42.51%
G = 25.45%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8E556B (or 0x8E556B) is known color: Cannon Pink. HEX triplet: 8E, 55 and 6B. RGB value is (142,85,107). Sum of RGB (Red+Green+Blue) = 142+85+107=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E556B is #71AA94. Grayscale: #686868. Windows color (decimal): -7449237 or 7034254. OLE color: 7034254.

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

Color convert

RGB 142 85 107 -
CMYK 0 0.40 0.25 0.44
HSL 336.84º 0.25% 0.45% -
HSV(B) 336.84º 0.4% 0.56% -
XYZ 17.06 13.31 15.58 -
YUV 104.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 142 85 107 0 0.40 0.25 0.44 336.84 0.25 0.45
Hex 8E 55 6B 0 28 19 2C 151 19 2D
Octal 216 125 153 0 50 31 54 521 31 55
Binary 10001110 1010101 1101011 0 101000 11001 101100 101010001 11001 101101

Color Harmonies of #8E556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E556B

Black with #8E556B

Text Example


Text Example

White with #8E556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,85,107); }

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

background-color css

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

 a { background-color: rgb(142,85,107); }

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

border-color css

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

 span { border-color: rgb(142,85,107); }

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