Html Css Color HEX #8E576C Cannon Pink

📋 copy color: '#8E576C'

red 142 ◦ green 87 ◦ blue 108

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

Shades of Cannon Pink #8E576C

Tints of Cannon Pink #8E576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.82%

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 42.14%
G = 25.82%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E576C (or 0x8E576C) is known color: Cannon Pink. HEX triplet: 8E, 57 and 6C. RGB value is (142,87,108). Sum of RGB (Red+Green+Blue) = 142+87+108=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E576C is #71A893. Grayscale: #696969. Windows color (decimal): -7448724 or 7100302. OLE color: 7100302.

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

Color convert

RGB 142 87 108 -
CMYK 0 0.39 0.24 0.44
HSL 337.09º 0.24% 0.45% -
HSV(B) 337.09º 0.39% 0.56% -
XYZ 17.27 13.65 15.91 -
YUV 105.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 142 87 108 0 0.39 0.24 0.44 337.09 0.24 0.45
Hex 8E 57 6C 0 27 18 2C 151 18 2D
Octal 216 127 154 0 47 30 54 521 30 55
Binary 10001110 1010111 1101100 0 100111 11000 101100 101010001 11000 101101

Color Harmonies of #8E576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E576C

Black with #8E576C

Text Example


Text Example

White with #8E576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,87,108); }

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

background-color css

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

 a { background-color: rgb(142,87,108); }

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

border-color css

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

 span { border-color: rgb(142,87,108); }

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