Html Css Color HEX #95474C Solid Pink

📋 copy color: '#95474C'

red 149 ◦ green 71 ◦ blue 76

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

Shades of Solid Pink #95474C

Tints of Solid Pink #95474C

RGB

 RED value IS 149 (58.59% from 255) = 50.34%

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

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

R = 50.34%
G = 23.99%
B = 25.68%

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

#95474C (or 0x95474C) is known color: Solid Pink. HEX triplet: 95, 47 and 4C. RGB value is (149,71,76). Sum of RGB (Red+Green+Blue) = 149+71+76=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95474C is #6AB8B3. Grayscale: #5E5E5E. Windows color (decimal): -6994100 or 4999061. OLE color: 4999061.

HSL color Cylindrical-coordinate representation of color #95474C: hue angle of 356.15º 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 #95474C is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 71 76 -
CMYK 0 0.52 0.49 0.42
HSL 356.15º 0.35% 0.43% -
HSV(B) 356.15º 0.52% 0.58% -
XYZ 15.95 11.42 8.2 -
YUV 94.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 149 71 76 0 0.52 0.49 0.42 356.15 0.35 0.43
Hex 95 47 4C 0 34 31 2A 164 23 2B
Octal 225 107 114 0 64 61 52 544 43 53
Binary 10010101 1000111 1001100 0 110100 110001 101010 101100100 100011 101011

Color Harmonies of #95474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95474C

Black with #95474C

Text Example


Text Example

White with #95474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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