Html Css Color HEX #94474C Solid Pink

📋 copy color: '#94474C'

red 148 ◦ green 71 ◦ blue 76

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

Shades of Solid Pink #94474C

Tints of Solid Pink #94474C

RGB

 RED value IS 148 (58.2% from 255) = 50.17%

 GREEN value IS 71 (28.13% from 255) = 24.07%

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

R = 50.17%
G = 24.07%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94474C (or 0x94474C) is known color: Solid Pink. HEX triplet: 94, 47 and 4C. RGB value is (148,71,76). Sum of RGB (Red+Green+Blue) = 148+71+76=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94474C is #6BB8B3. Grayscale: #5E5E5E. Windows color (decimal): -7059636 or 4999060. OLE color: 4999060.

HSL color Cylindrical-coordinate representation of color #94474C: hue angle of 356.1º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94474C is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 71 76 -
CMYK 0 0.52 0.49 0.42
HSL 356.1º 0.35% 0.43% -
HSV(B) 356.1º 0.52% 0.58% -
XYZ 15.77 11.32 8.19 -
YUV 94.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 148 71 76 0 0.52 0.49 0.42 356.1 0.35 0.43
Hex 94 47 4C 0 34 31 2A 164 23 2B
Octal 224 107 114 0 64 61 52 544 43 53
Binary 10010100 1000111 1001100 0 110100 110001 101010 101100100 100011 101011

Color Harmonies of #94474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94474C

Black with #94474C

Text Example


Text Example

White with #94474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94474C; }

 p { color: rgb(148,71,76); }

 H1.HeaderClassName
 {
   color: #94474C;
 }
 .AnyTagClassName
 {
   color: #94474C;
 }
</style>

background-color css

<style>
 a { background-color: #94474C; }

 a { background-color: rgb(148,71,76); }

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

border-color css

<style>
 span { border-color: #94474C; }

 span { border-color: rgb(148,71,76); }

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