Html Css Color HEX #955455 Solid Pink

📋 copy color: '#955455'

red 149 ◦ green 84 ◦ blue 85

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

Shades of Solid Pink #955455

Tints of Solid Pink #955455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 46.86%
G = 26.42%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#955455 (or 0x955455) is known color: Solid Pink. HEX triplet: 95, 54 and 55. RGB value is (149,84,85). Sum of RGB (Red+Green+Blue) = 149+84+85=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #955455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955455 is #6AABAA. Grayscale: #676767. Windows color (decimal): -6990763 or 5592213. OLE color: 5592213.

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

Color convert

RGB 149 84 85 -
CMYK 0 0.44 0.43 0.42
HSL 359.08º 0.28% 0.46% -
HSV(B) 359.08º 0.44% 0.58% -
XYZ 17.2 13.39 10.27 -
YUV 103.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 149 84 85 0 0.44 0.43 0.42 359.08 0.28 0.46
Hex 95 54 55 0 2C 2B 2A 167 1C 2E
Octal 225 124 125 0 54 53 52 547 34 56
Binary 10010101 1010100 1010101 0 101100 101011 101010 101100111 11100 101110

Color Harmonies of #955455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955455

Black with #955455

Text Example


Text Example

White with #955455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955455; }

 p { color: rgb(149,84,85); }

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

background-color css

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

 a { background-color: rgb(149,84,85); }

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

border-color css

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

 span { border-color: rgb(149,84,85); }

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