Html Css Color HEX #954446 Solid Pink

📋 copy color: '#954446'

red 149 ◦ green 68 ◦ blue 70

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

Shades of Solid Pink #954446

Tints of Solid Pink #954446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 51.92%
G = 23.69%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#954446 (or 0x954446) is known color: Solid Pink. HEX triplet: 95, 44 and 46. RGB value is (149,68,70). Sum of RGB (Red+Green+Blue) = 149+68+70=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #954446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954446 is #6ABBB9. Grayscale: #5C5C5C. Windows color (decimal): -6994874 or 4605077. OLE color: 4605077.

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

Color convert

RGB 149 68 70 -
CMYK 0 0.54 0.53 0.42
HSL 358.52º 0.37% 0.43% -
HSV(B) 358.52º 0.54% 0.58% -
XYZ 15.57 10.97 7.09 -
YUV 92.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 149 68 70 0 0.54 0.53 0.42 358.52 0.37 0.43
Hex 95 44 46 0 36 35 2A 167 25 2B
Octal 225 104 106 0 66 65 52 547 45 53
Binary 10010101 1000100 1000110 0 110110 110101 101010 101100111 100101 101011

Color Harmonies of #954446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954446

Black with #954446

Text Example


Text Example

White with #954446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954446; }

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

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

background-color css

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

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

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

border-color css

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

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

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