Html Css Color HEX #954B4C Solid Pink

📋 copy color: '#954B4C'

red 149 ◦ green 75 ◦ blue 76

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

Shades of Solid Pink #954B4C

Tints of Solid Pink #954B4C

RGB

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

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

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

R = 49.67%
G = 25%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#954B4C (or 0x954B4C) is known color: Solid Pink. HEX triplet: 95, 4B and 4C. RGB value is (149,75,76). Sum of RGB (Red+Green+Blue) = 149+75+76=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #954B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B4C is #6AB4B3. Grayscale: #616161. Windows color (decimal): -6993076 or 5000085. OLE color: 5000085.

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

Color convert

RGB 149 75 76 -
CMYK 0 0.50 0.49 0.42
HSL 359.19º 0.33% 0.44% -
HSV(B) 359.19º 0.5% 0.58% -
XYZ 16.22 11.94 8.29 -
YUV 97.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 149 75 76 0 0.50 0.49 0.42 359.19 0.33 0.44
Hex 95 4B 4C 0 32 31 2A 167 21 2C
Octal 225 113 114 0 62 61 52 547 41 54
Binary 10010101 1001011 1001100 0 110010 110001 101010 101100111 100001 101100

Color Harmonies of #954B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B4C

Black with #954B4C

Text Example


Text Example

White with #954B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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