Html Css Color HEX #955657 Solid Pink

📋 copy color: '#955657'

red 149 ◦ green 86 ◦ blue 87

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

Shades of Solid Pink #955657

Tints of Solid Pink #955657

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

 BLUE value IS 87 (34.38% from 255) = 27.02%

R = 46.27%
G = 26.71%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#955657 (or 0x955657) is known color: Solid Pink. HEX triplet: 95, 56 and 57. RGB value is (149,86,87). Sum of RGB (Red+Green+Blue) = 149+86+87=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #955657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955657 is #6AA9A8. Grayscale: #696969. Windows color (decimal): -6990249 or 5723797. OLE color: 5723797.

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

Color convert

RGB 149 86 87 -
CMYK 0 0.42 0.42 0.42
HSL 359.05º 0.27% 0.46% -
HSV(B) 359.05º 0.42% 0.58% -
XYZ 17.44 13.73 10.75 -
YUV 104.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 149 86 87 0 0.42 0.42 0.42 359.05 0.27 0.46
Hex 95 56 57 0 2A 2A 2A 167 1B 2E
Octal 225 126 127 0 52 52 52 547 33 56
Binary 10010101 1010110 1010111 0 101010 101010 101010 101100111 11011 101110

Color Harmonies of #955657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955657

Black with #955657

Text Example


Text Example

White with #955657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955657; }

 p { color: rgb(149,86,87); }

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

background-color css

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

 a { background-color: rgb(149,86,87); }

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

border-color css

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

 span { border-color: rgb(149,86,87); }

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