Html Css Color HEX #95484C Solid Pink

📋 copy color: '#95484C'

red 149 ◦ green 72 ◦ blue 76

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

Shades of Solid Pink #95484C

Tints of Solid Pink #95484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

 BLUE value IS 76 (30.08% from 255) = 25.59%

R = 50.17%
G = 24.24%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95484C (or 0x95484C) is known color: Solid Pink. HEX triplet: 95, 48 and 4C. RGB value is (149,72,76). Sum of RGB (Red+Green+Blue) = 149+72+76=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95484C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95484C is #6AB7B3. Grayscale: #5F5F5F. Windows color (decimal): -6993844 or 4999317. OLE color: 4999317.

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

Color convert

RGB 149 72 76 -
CMYK 0 0.52 0.49 0.42
HSL 356.88º 0.35% 0.43% -
HSV(B) 356.88º 0.52% 0.58% -
XYZ 16.02 11.55 8.22 -
YUV 95.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 149 72 76 0 0.52 0.49 0.42 356.88 0.35 0.43
Hex 95 48 4C 0 34 31 2A 165 23 2B
Octal 225 110 114 0 64 61 52 545 43 53
Binary 10010101 1001000 1001100 0 110100 110001 101010 101100101 100011 101011

Color Harmonies of #95484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95484C

Black with #95484C

Text Example


Text Example

White with #95484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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