Html Css Color HEX #954950 Solid Pink

📋 copy color: '#954950'

red 149 ◦ green 73 ◦ blue 80

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

Shades of Solid Pink #954950

Tints of Solid Pink #954950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 49.34%
G = 24.17%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#954950 (or 0x954950) is known color: Solid Pink. HEX triplet: 95, 49 and 50. RGB value is (149,73,80). Sum of RGB (Red+Green+Blue) = 149+73+80=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #954950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954950 is #6AB6AF. Grayscale: #606060. Windows color (decimal): -6993584 or 5261717. OLE color: 5261717.

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

Color convert

RGB 149 73 80 -
CMYK 0 0.51 0.46 0.42
HSL 354.47º 0.34% 0.44% -
HSV(B) 354.47º 0.51% 0.58% -
XYZ 16.22 11.73 9 -
YUV 96.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 149 73 80 0 0.51 0.46 0.42 354.47 0.34 0.44
Hex 95 49 50 0 33 2E 2A 162 22 2C
Octal 225 111 120 0 63 56 52 542 42 54
Binary 10010101 1001001 1010000 0 110011 101110 101010 101100010 100010 101100

Color Harmonies of #954950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954950

Black with #954950

Text Example


Text Example

White with #954950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954950; }

 p { color: rgb(149,73,80); }

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

background-color css

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

 a { background-color: rgb(149,73,80); }

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

border-color css

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

 span { border-color: rgb(149,73,80); }

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