Html Css Color HEX #954C4D Solid Pink

📋 copy color: '#954C4D'

red 149 ◦ green 76 ◦ blue 77

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

Shades of Solid Pink #954C4D

Tints of Solid Pink #954C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 49.34%
G = 25.17%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#954C4D (or 0x954C4D) is known color: Solid Pink. HEX triplet: 95, 4C and 4D. RGB value is (149,76,77). Sum of RGB (Red+Green+Blue) = 149+76+77=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #954C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C4D is #6AB3B2. Grayscale: #626262. Windows color (decimal): -6992819 or 5065877. OLE color: 5065877.

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

Color convert

RGB 149 76 77 -
CMYK 0 0.49 0.48 0.42
HSL 359.18º 0.32% 0.44% -
HSV(B) 359.18º 0.49% 0.58% -
XYZ 16.32 12.09 8.5 -
YUV 97.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 149 76 77 0 0.49 0.48 0.42 359.18 0.32 0.44
Hex 95 4C 4D 0 31 30 2A 167 20 2C
Octal 225 114 115 0 61 60 52 547 40 54
Binary 10010101 1001100 1001101 0 110001 110000 101010 101100111 100000 101100

Color Harmonies of #954C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C4D

Black with #954C4D

Text Example


Text Example

White with #954C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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