Html Css Color HEX #954D4E Solid Pink

📋 copy color: '#954D4E'

red 149 ◦ green 77 ◦ blue 78

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

Shades of Solid Pink #954D4E

Tints of Solid Pink #954D4E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.33%

 BLUE value IS 78 (30.86% from 255) = 25.66%

R = 49.01%
G = 25.33%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#954D4E (or 0x954D4E) is known color: Solid Pink. HEX triplet: 95, 4D and 4E. RGB value is (149,77,78). Sum of RGB (Red+Green+Blue) = 149+77+78=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #954D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D4E is #6AB2B1. Grayscale: #626262. Windows color (decimal): -6992562 or 5131669. OLE color: 5131669.

HSL color Cylindrical-coordinate representation of color #954D4E: hue angle of 359.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954D4E is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 77 78 -
CMYK 0 0.48 0.48 0.42
HSL 359.17º 0.32% 0.44% -
HSV(B) 359.17º 0.48% 0.58% -
XYZ 16.42 12.25 8.71 -
YUV 98.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 149 77 78 0 0.48 0.48 0.42 359.17 0.32 0.44
Hex 95 4D 4E 0 30 30 2A 167 20 2C
Octal 225 115 116 0 60 60 52 547 40 54
Binary 10010101 1001101 1001110 0 110000 110000 101010 101100111 100000 101100

Color Harmonies of #954D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D4E

Black with #954D4E

Text Example


Text Example

White with #954D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954D4E; }

 p { color: rgb(149,77,78); }

 H1.HeaderClassName
 {
   color: #954D4E;
 }
 .AnyTagClassName
 {
   color: #954D4E;
 }
</style>

background-color css

<style>
 a { background-color: #954D4E; }

 a { background-color: rgb(149,77,78); }

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

border-color css

<style>
 span { border-color: #954D4E; }

 span { border-color: rgb(149,77,78); }

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