Html Css Color HEX #8E5867 Cannon Pink

📋 copy color: '#8E5867'

red 142 ◦ green 88 ◦ blue 103

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

Shades of Cannon Pink #8E5867

Tints of Cannon Pink #8E5867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.43%

 BLUE value IS 103 (40.63% from 255) = 30.93%

R = 42.64%
G = 26.43%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E5867 (or 0x8E5867) is known color: Cannon Pink. HEX triplet: 8E, 58 and 67. RGB value is (142,88,103). Sum of RGB (Red+Green+Blue) = 142+88+103=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5867 is #71A798. Grayscale: #696969. Windows color (decimal): -7448473 or 6772878. OLE color: 6772878.

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

Color convert

RGB 142 88 103 -
CMYK 0 0.38 0.27 0.44
HSL 343.33º 0.23% 0.45% -
HSV(B) 343.33º 0.38% 0.56% -
XYZ 17.09 13.71 14.58 -
YUV 105.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 142 88 103 0 0.38 0.27 0.44 343.33 0.23 0.45
Hex 8E 58 67 0 26 1B 2C 157 17 2D
Octal 216 130 147 0 46 33 54 527 27 55
Binary 10001110 1011000 1100111 0 100110 11011 101100 101010111 10111 101101

Color Harmonies of #8E5867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5867

Black with #8E5867

Text Example


Text Example

White with #8E5867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,88,103); }

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

background-color css

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

 a { background-color: rgb(142,88,103); }

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

border-color css

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

 span { border-color: rgb(142,88,103); }

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