Html Css Color HEX #95494C Solid Pink

📋 copy color: '#95494C'

red 149 ◦ green 73 ◦ blue 76

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

Shades of Solid Pink #95494C

Tints of Solid Pink #95494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.5%

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

R = 50%
G = 24.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95494C (or 0x95494C) is known color: Solid Pink. HEX triplet: 95, 49 and 4C. RGB value is (149,73,76). Sum of RGB (Red+Green+Blue) = 149+73+76=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95494C is #6AB6B3. Grayscale: #606060. Windows color (decimal): -6993588 or 4999573. OLE color: 4999573.

HSL color Cylindrical-coordinate representation of color #95494C: hue angle of 357.63º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95494C is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 76 -
CMYK 0 0.51 0.49 0.42
HSL 357.63º 0.34% 0.44% -
HSV(B) 357.63º 0.51% 0.58% -
XYZ 16.08 11.68 8.24 -
YUV 96.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 149 73 76 0 0.51 0.49 0.42 357.63 0.34 0.44
Hex 95 49 4C 0 33 31 2A 166 22 2C
Octal 225 111 114 0 63 61 52 546 42 54
Binary 10010101 1001001 1001100 0 110011 110001 101010 101100110 100010 101100

Color Harmonies of #95494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95494C

Black with #95494C

Text Example


Text Example

White with #95494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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