Html Css Color HEX #954C4F Solid Pink

📋 copy color: '#954C4F'

red 149 ◦ green 76 ◦ blue 79

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

Shades of Solid Pink #954C4F

Tints of Solid Pink #954C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 49.01%
G = 25%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#954C4F (or 0x954C4F) is known color: Solid Pink. HEX triplet: 95, 4C and 4F. RGB value is (149,76,79). Sum of RGB (Red+Green+Blue) = 149+76+79=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #954C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C4F is #6AB3B0. Grayscale: #626262. Windows color (decimal): -6992817 or 5196949. OLE color: 5196949.

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

Color convert

RGB 149 76 79 -
CMYK 0 0.49 0.47 0.42
HSL 357.53º 0.32% 0.44% -
HSV(B) 357.53º 0.49% 0.58% -
XYZ 16.39 12.12 8.87 -
YUV 98.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 149 76 79 0 0.49 0.47 0.42 357.53 0.32 0.44
Hex 95 4C 4F 0 31 2F 2A 166 20 2C
Octal 225 114 117 0 61 57 52 546 40 54
Binary 10010101 1001100 1001111 0 110001 101111 101010 101100110 100000 101100

Color Harmonies of #954C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C4F

Black with #954C4F

Text Example


Text Example

White with #954C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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