Html Css Color HEX #954148 Solid Pink

📋 copy color: '#954148'

red 149 ◦ green 65 ◦ blue 72

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

Shades of Solid Pink #954148

Tints of Solid Pink #954148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.73%

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 52.1%
G = 22.73%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#954148 (or 0x954148) is known color: Solid Pink. HEX triplet: 95, 41 and 48. RGB value is (149,65,72). Sum of RGB (Red+Green+Blue) = 149+65+72=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #954148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954148 is #6ABEB7. Grayscale: #5A5A5A. Windows color (decimal): -6995640 or 4735381. OLE color: 4735381.

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

Color convert

RGB 149 65 72 -
CMYK 0 0.56 0.52 0.42
HSL 355º 0.39% 0.42% -
HSV(B) 355º 0.56% 0.58% -
XYZ 15.45 10.64 7.37 -
YUV 90.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 149 65 72 0 0.56 0.52 0.42 355 0.39 0.42
Hex 95 41 48 0 38 34 2A 163 27 2A
Octal 225 101 110 0 70 64 52 543 47 52
Binary 10010101 1000001 1001000 0 111000 110100 101010 101100011 100111 101010

Color Harmonies of #954148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954148

Black with #954148

Text Example


Text Example

White with #954148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954148; }

 p { color: rgb(149,65,72); }

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

background-color css

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

 a { background-color: rgb(149,65,72); }

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

border-color css

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

 span { border-color: rgb(149,65,72); }

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