Html Css Color HEX #954047 Solid Pink

📋 copy color: '#954047'

red 149 ◦ green 64 ◦ blue 71

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

Shades of Solid Pink #954047

Tints of Solid Pink #954047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

 BLUE value IS 71 (28.13% from 255) = 25%

R = 52.46%
G = 22.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#954047 (or 0x954047) is known color: Solid Pink. HEX triplet: 95, 40 and 47. RGB value is (149,64,71). Sum of RGB (Red+Green+Blue) = 149+64+71=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #954047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954047 is #6ABFB8. Grayscale: #5A5A5A. Windows color (decimal): -6995897 or 4669589. OLE color: 4669589.

HSL color Cylindrical-coordinate representation of color #954047: hue angle of 355.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954047 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 64 71 -
CMYK 0 0.57 0.52 0.42
HSL 355.06º 0.4% 0.42% -
HSV(B) 355.06º 0.57% 0.58% -
XYZ 15.37 10.51 7.18 -
YUV 90.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 149 64 71 0 0.57 0.52 0.42 355.06 0.4 0.42
Hex 95 40 47 0 39 34 2A 163 28 2A
Octal 225 100 107 0 71 64 52 543 50 52
Binary 10010101 1000000 1000111 0 111001 110100 101010 101100011 101000 101010

Color Harmonies of #954047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954047

Black with #954047

Text Example


Text Example

White with #954047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954047; }

 p { color: rgb(149,64,71); }

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

background-color css

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

 a { background-color: rgb(149,64,71); }

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

border-color css

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

 span { border-color: rgb(149,64,71); }

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