Html Css Color HEX #954748 Solid Pink

📋 copy color: '#954748'

red 149 ◦ green 71 ◦ blue 72

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

Shades of Solid Pink #954748

Tints of Solid Pink #954748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.32%

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

R = 51.03%
G = 24.32%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#954748 (or 0x954748) is known color: Solid Pink. HEX triplet: 95, 47 and 48. RGB value is (149,71,72). Sum of RGB (Red+Green+Blue) = 149+71+72=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #954748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954748 is #6AB8B7. Grayscale: #5E5E5E. Windows color (decimal): -6994104 or 4736917. OLE color: 4736917.

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

Color convert

RGB 149 71 72 -
CMYK 0 0.52 0.52 0.42
HSL 359.23º 0.35% 0.43% -
HSV(B) 359.23º 0.52% 0.58% -
XYZ 15.82 11.36 7.49 -
YUV 94.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 149 71 72 0 0.52 0.52 0.42 359.23 0.35 0.43
Hex 95 47 48 0 34 34 2A 167 23 2B
Octal 225 107 110 0 64 64 52 547 43 53
Binary 10010101 1000111 1001000 0 110100 110100 101010 101100111 100011 101011

Color Harmonies of #954748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954748

Black with #954748

Text Example


Text Example

White with #954748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954748; }

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

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

background-color css

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

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

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

border-color css

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

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

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