Html Css Color HEX #8C424F Solid Pink

📋 copy color: '#8C424F'

red 140 ◦ green 66 ◦ blue 79

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

Shades of Solid Pink #8C424F

Tints of Solid Pink #8C424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 49.12%
G = 23.16%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8C424F (or 0x8C424F) is known color: Solid Pink. HEX triplet: 8C, 42 and 4F. RGB value is (140,66,79). Sum of RGB (Red+Green+Blue) = 140+66+79=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C424F is #73BDB0. Grayscale: #595959. Windows color (decimal): -7585201 or 5194380. OLE color: 5194380.

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

Color convert

RGB 140 66 79 -
CMYK 0 0.53 0.44 0.45
HSL 349.46º 0.36% 0.4% -
HSV(B) 349.46º 0.53% 0.55% -
XYZ 14.17 10.04 8.59 -
YUV 89.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 140 66 79 0 0.53 0.44 0.45 349.46 0.36 0.4
Hex 8C 42 4F 0 35 2C 2D 15D 24 28
Octal 214 102 117 0 65 54 55 535 44 50
Binary 10001100 1000010 1001111 0 110101 101100 101101 101011101 100100 101000

Color Harmonies of #8C424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C424F

Black with #8C424F

Text Example


Text Example

White with #8C424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,66,79); }

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

background-color css

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

 a { background-color: rgb(140,66,79); }

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

border-color css

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

 span { border-color: rgb(140,66,79); }

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