Html Css Color HEX #955056 Solid Pink

📋 copy color: '#955056'

red 149 ◦ green 80 ◦ blue 86

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

Shades of Solid Pink #955056

Tints of Solid Pink #955056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 47.3%
G = 25.4%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#955056 (or 0x955056) is known color: Solid Pink. HEX triplet: 95, 50 and 56. RGB value is (149,80,86). Sum of RGB (Red+Green+Blue) = 149+80+86=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #955056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955056 is #6AAFA9. Grayscale: #656565. Windows color (decimal): -6991786 or 5656725. OLE color: 5656725.

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

Color convert

RGB 149 80 86 -
CMYK 0 0.46 0.42 0.42
HSL 354.78º 0.3% 0.45% -
HSV(B) 354.78º 0.46% 0.58% -
XYZ 16.94 12.8 10.38 -
YUV 101.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 149 80 86 0 0.46 0.42 0.42 354.78 0.3 0.45
Hex 95 50 56 0 2E 2A 2A 163 1E 2D
Octal 225 120 126 0 56 52 52 543 36 55
Binary 10010101 1010000 1010110 0 101110 101010 101010 101100011 11110 101101

Color Harmonies of #955056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955056

Black with #955056

Text Example


Text Example

White with #955056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955056; }

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

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

background-color css

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

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

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

border-color css

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

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

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