Html Css Color HEX #955557 Solid Pink

📋 copy color: '#955557'

red 149 ◦ green 85 ◦ blue 87

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

Shades of Solid Pink #955557

Tints of Solid Pink #955557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 46.42%
G = 26.48%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#955557 (or 0x955557) is known color: Solid Pink. HEX triplet: 95, 55 and 57. RGB value is (149,85,87). Sum of RGB (Red+Green+Blue) = 149+85+87=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #955557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955557 is #6AAAA8. Grayscale: #686868. Windows color (decimal): -6990505 or 5723541. OLE color: 5723541.

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

Color convert

RGB 149 85 87 -
CMYK 0 0.43 0.42 0.42
HSL 358.13º 0.27% 0.46% -
HSV(B) 358.13º 0.43% 0.58% -
XYZ 17.36 13.57 10.72 -
YUV 104.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 149 85 87 0 0.43 0.42 0.42 358.13 0.27 0.46
Hex 95 55 57 0 2B 2A 2A 166 1B 2E
Octal 225 125 127 0 53 52 52 546 33 56
Binary 10010101 1010101 1010111 0 101011 101010 101010 101100110 11011 101110

Color Harmonies of #955557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955557

Black with #955557

Text Example


Text Example

White with #955557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955557; }

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

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

background-color css

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

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

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

border-color css

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

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

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