Html Css Color HEX #954B4D Solid Pink

📋 copy color: '#954B4D'

red 149 ◦ green 75 ◦ blue 77

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

Shades of Solid Pink #954B4D

Tints of Solid Pink #954B4D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

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

R = 49.5%
G = 24.92%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#954B4D (or 0x954B4D) is known color: Solid Pink. HEX triplet: 95, 4B and 4D. RGB value is (149,75,77). Sum of RGB (Red+Green+Blue) = 149+75+77=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #954B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B4D is #6AB4B2. Grayscale: #616161. Windows color (decimal): -6993075 or 5065621. OLE color: 5065621.

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

Color convert

RGB 149 75 77 -
CMYK 0 0.50 0.48 0.42
HSL 358.38º 0.33% 0.44% -
HSV(B) 358.38º 0.5% 0.58% -
XYZ 16.25 11.96 8.47 -
YUV 97.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 149 75 77 0 0.50 0.48 0.42 358.38 0.33 0.44
Hex 95 4B 4D 0 32 30 2A 166 21 2C
Octal 225 113 115 0 62 60 52 546 41 54
Binary 10010101 1001011 1001101 0 110010 110000 101010 101100110 100001 101100

Color Harmonies of #954B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B4D

Black with #954B4D

Text Example


Text Example

White with #954B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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