Html Css Color HEX #954647 Solid Pink

📋 copy color: '#954647'

red 149 ◦ green 70 ◦ blue 71

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

Shades of Solid Pink #954647

Tints of Solid Pink #954647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

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

R = 51.38%
G = 24.14%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#954647 (or 0x954647) is known color: Solid Pink. HEX triplet: 95, 46 and 47. RGB value is (149,70,71). Sum of RGB (Red+Green+Blue) = 149+70+71=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #954647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954647 is #6AB9B8. Grayscale: #5D5D5D. Windows color (decimal): -6994361 or 4671125. OLE color: 4671125.

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

Color convert

RGB 149 70 71 -
CMYK 0 0.53 0.52 0.42
HSL 359.24º 0.36% 0.43% -
HSV(B) 359.24º 0.53% 0.58% -
XYZ 15.72 11.22 7.3 -
YUV 93.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 149 70 71 0 0.53 0.52 0.42 359.24 0.36 0.43
Hex 95 46 47 0 35 34 2A 167 24 2B
Octal 225 106 107 0 65 64 52 547 44 53
Binary 10010101 1000110 1000111 0 110101 110100 101010 101100111 100100 101011

Color Harmonies of #954647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954647

Black with #954647

Text Example


Text Example

White with #954647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954647; }

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

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

background-color css

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

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

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

border-color css

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

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

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