Html Css Color HEX #8C464C Solid Pink

📋 copy color: '#8C464C'

red 140 ◦ green 70 ◦ blue 76

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

Shades of Solid Pink #8C464C

Tints of Solid Pink #8C464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.48%

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 48.95%
G = 24.48%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C464C (or 0x8C464C) is known color: Solid Pink. HEX triplet: 8C, 46 and 4C. RGB value is (140,70,76). Sum of RGB (Red+Green+Blue) = 140+70+76=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C464C is #73B9B3. Grayscale: #5B5B5B. Windows color (decimal): -7584180 or 4998796. OLE color: 4998796.

HSL color Cylindrical-coordinate representation of color #8C464C: hue angle of 354.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C464C is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 70 76 -
CMYK 0 0.50 0.46 0.45
HSL 354.86º 0.33% 0.41% -
HSV(B) 354.86º 0.5% 0.55% -
XYZ 14.31 10.48 8.11 -
YUV 91.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 140 70 76 0 0.50 0.46 0.45 354.86 0.33 0.41
Hex 8C 46 4C 0 32 2E 2D 163 21 29
Octal 214 106 114 0 62 56 55 543 41 51
Binary 10001100 1000110 1001100 0 110010 101110 101101 101100011 100001 101001

Color Harmonies of #8C464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C464C

Black with #8C464C

Text Example


Text Example

White with #8C464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,70,76); }

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

background-color css

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

 a { background-color: rgb(140,70,76); }

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

border-color css

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

 span { border-color: rgb(140,70,76); }

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