Html Css Color HEX #954648 Solid Pink

📋 copy color: '#954648'

red 149 ◦ green 70 ◦ blue 72

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

Shades of Solid Pink #954648

Tints of Solid Pink #954648

RGB

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

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

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

R = 51.2%
G = 24.05%
B = 24.74%

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

#954648 (or 0x954648) is known color: Solid Pink. HEX triplet: 95, 46 and 48. RGB value is (149,70,72). Sum of RGB (Red+Green+Blue) = 149+70+72=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #954648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954648 is #6AB9B7. Grayscale: #5D5D5D. Windows color (decimal): -6994360 or 4736661. OLE color: 4736661.

HSL color Cylindrical-coordinate representation of color #954648: hue angle of 358.48º 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 #954648 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 72 -
CMYK 0 0.53 0.52 0.42
HSL 358.48º 0.36% 0.43% -
HSV(B) 358.48º 0.53% 0.58% -
XYZ 15.75 11.24 7.47 -
YUV 93.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 149 70 72 0 0.53 0.52 0.42 358.48 0.36 0.43
Hex 95 46 48 0 35 34 2A 166 24 2B
Octal 225 106 110 0 65 64 52 546 44 53
Binary 10010101 1000110 1001000 0 110101 110100 101010 101100110 100100 101011

Color Harmonies of #954648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954648

Black with #954648

Text Example


Text Example

White with #954648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954648; }

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

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

background-color css

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

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

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

border-color css

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

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

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