Html Css Color HEX #955357 Solid Pink

📋 copy color: '#955357'

red 149 ◦ green 83 ◦ blue 87

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

Shades of Solid Pink #955357

Tints of Solid Pink #955357

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

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

R = 46.71%
G = 26.02%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#955357 (or 0x955357) is known color: Solid Pink. HEX triplet: 95, 53 and 57. RGB value is (149,83,87). Sum of RGB (Red+Green+Blue) = 149+83+87=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955357 is #6AACA8. Grayscale: #676767. Windows color (decimal): -6991017 or 5723029. OLE color: 5723029.

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

Color convert

RGB 149 83 87 -
CMYK 0 0.44 0.42 0.42
HSL 356.36º 0.28% 0.45% -
HSV(B) 356.36º 0.44% 0.58% -
XYZ 17.21 13.26 10.67 -
YUV 103.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 149 83 87 0 0.44 0.42 0.42 356.36 0.28 0.45
Hex 95 53 57 0 2C 2A 2A 164 1C 2D
Octal 225 123 127 0 54 52 52 544 34 55
Binary 10010101 1010011 1010111 0 101100 101010 101010 101100100 11100 101101

Color Harmonies of #955357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955357

Black with #955357

Text Example


Text Example

White with #955357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955357; }

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

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

background-color css

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

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

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

border-color css

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

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

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