Html Css Color HEX #8C7089 Trendy Pink

📋 copy color: '#8C7089'

red 140 ◦ green 112 ◦ blue 137

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

Shades of Trendy Pink #8C7089

Tints of Trendy Pink #8C7089

RGB

 RED value IS 140 (55.08% from 255) = 35.99%

 GREEN value IS 112 (44.14% from 255) = 28.79%

 BLUE value IS 137 (53.91% from 255) = 35.22%

R = 35.99%
G = 28.79%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C7089 (or 0x8C7089) is known color: Trendy Pink. HEX triplet: 8C, 70 and 89. RGB value is (140,112,137). Sum of RGB (Red+Green+Blue) = 140+112+137=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7089 is #738F76. Grayscale: #7B7B7B. Windows color (decimal): -7573367 or 9007244. OLE color: 9007244.

HSL color Cylindrical-coordinate representation of color #8C7089: hue angle of 306.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C7089 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 112 137 -
CMYK 0 0.20 0.02 0.45
HSL 306.43º 0.11% 0.49% -
HSV(B) 306.43º 0.2% 0.55% -
XYZ 21.12 18.97 26.22 -
YUV 123.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 140 112 137 0 0.20 0.02 0.45 306.43 0.11 0.49
Hex 8C 70 89 0 14 2 2D 132 B 31
Octal 214 160 211 0 24 2 55 462 13 61
Binary 10001100 1110000 10001001 0 10100 10 101101 100110010 1011 110001

Color Harmonies of #8C7089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7089

Black with #8C7089

Text Example


Text Example

White with #8C7089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,112,137); }

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

background-color css

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

 a { background-color: rgb(140,112,137); }

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

border-color css

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

 span { border-color: rgb(140,112,137); }

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